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()ADeploymentCommandobject 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 TypeMethodDescriptionvoidCreateDeploymentRequest.setCommand(DeploymentCommand command) ADeploymentCommandobject that specifies the deployment command and any associated arguments.voidDeployment.setCommand(DeploymentCommand command) CreateDeploymentRequest.withCommand(DeploymentCommand command) ADeploymentCommandobject that specifies the deployment command and any associated arguments.Deployment.withCommand(DeploymentCommand command)