Uses of Class
com.amazonaws.services.opsworks.model.DeploymentCommand
-
Packages that use DeploymentCommand Package Description com.amazonaws.services.opsworks.model -
-
Uses of DeploymentCommand in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DeploymentCommand Modifier and Type Method Description DeploymentCommand
DeploymentCommand. addArgsEntry(String key, List<String> value)
DeploymentCommand
DeploymentCommand. clearArgsEntries()
Removes all the entries added into Args.DeploymentCommand
DeploymentCommand. clone()
DeploymentCommand
CreateDeploymentRequest. getCommand()
ADeploymentCommand
object that specifies the deployment command and any associated arguments.DeploymentCommand
Deployment. getCommand()
DeploymentCommand
DeploymentCommand. withArgs(Map<String,List<String>> args)
The arguments of those commands that take arguments.DeploymentCommand
DeploymentCommand. withName(DeploymentCommandName name)
Specifies the operation.DeploymentCommand
DeploymentCommand. withName(String name)
Specifies the operation.Methods in com.amazonaws.services.opsworks.model with parameters of type DeploymentCommand Modifier and Type Method Description void
CreateDeploymentRequest. setCommand(DeploymentCommand command)
ADeploymentCommand
object that specifies the deployment command and any associated arguments.void
Deployment. setCommand(DeploymentCommand command)
CreateDeploymentRequest
CreateDeploymentRequest. withCommand(DeploymentCommand command)
ADeploymentCommand
object that specifies the deployment command and any associated arguments.Deployment
Deployment. withCommand(DeploymentCommand command)
-