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