Uses of Class
com.cloudera.api.model.ApiSnapshotCommand

Packages that use ApiSnapshotCommand
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiSnapshotCommand in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return ApiSnapshotCommand
 ApiSnapshotCommand ApiSnapshotPolicy.getLastCommand()
          Latest command of this policy.
 ApiSnapshotCommand ApiSnapshotPolicy.getLastSuccessfulCommand()
          Last successful command of this policy.
 

Methods in com.cloudera.api.model that return types with arguments of type ApiSnapshotCommand
 List<ApiSnapshotCommand> ApiSnapshotCommandList.getCommands()
           
 

Methods in com.cloudera.api.model with parameters of type ApiSnapshotCommand
 void ApiSnapshotPolicy.setLastCommand(ApiSnapshotCommand lastCommand)
           
 void ApiSnapshotPolicy.setLastSuccessfulCommand(ApiSnapshotCommand lastSuccessfulCommand)
           
 

Method parameters in com.cloudera.api.model with type arguments of type ApiSnapshotCommand
 void ApiSnapshotCommandList.setCommands(List<ApiSnapshotCommand> commands)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiSnapshotCommand
ApiSnapshotCommandList(List<ApiSnapshotCommand> commands)
           
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.