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 DeploymentCommandDeploymentCommand. addArgsEntry(String key, List<String> value)DeploymentCommandDeploymentCommand. clearArgsEntries()Removes all the entries added into Args.DeploymentCommandDeploymentCommand. clone()DeploymentCommandCreateDeploymentRequest. getCommand()ADeploymentCommandobject that specifies the deployment command and any associated arguments.DeploymentCommandDeployment. getCommand()DeploymentCommandDeploymentCommand. withArgs(Map<String,List<String>> args)The arguments of those commands that take arguments.DeploymentCommandDeploymentCommand. withName(DeploymentCommandName name)Specifies the operation.DeploymentCommandDeploymentCommand. withName(String name)Specifies the operation.Methods in com.amazonaws.services.opsworks.model with parameters of type DeploymentCommand Modifier and Type Method Description voidCreateDeploymentRequest. setCommand(DeploymentCommand command)ADeploymentCommandobject that specifies the deployment command and any associated arguments.voidDeployment. setCommand(DeploymentCommand command)CreateDeploymentRequestCreateDeploymentRequest. withCommand(DeploymentCommand command)ADeploymentCommandobject that specifies the deployment command and any associated arguments.DeploymentDeployment. withCommand(DeploymentCommand command)
-