Uses of Class
software.amazon.awssdk.services.opsworks.model.DeploymentCommand
-
Packages that use DeploymentCommand Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of DeploymentCommand in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return DeploymentCommand Modifier and Type Method Description DeploymentCommandCreateDeploymentRequest. command()ADeploymentCommandobject that specifies the deployment command and any associated arguments.DeploymentCommandDeployment. command()Used to specify a stack or deployment command.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type DeploymentCommand Modifier and Type Method Description CreateDeploymentRequest.BuilderCreateDeploymentRequest.Builder. command(DeploymentCommand command)ADeploymentCommandobject that specifies the deployment command and any associated arguments.Deployment.BuilderDeployment.Builder. command(DeploymentCommand command)Used to specify a stack or deployment command.
-