Uses of Class
com.amazonaws.services.opsworks.model.Deployment
Packages that use Deployment
-
Uses of Deployment in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return DeploymentModifier and TypeMethodDescriptionDeployment.clone()
The app ID.Deployment.withCommand
(DeploymentCommand command) Deployment.withComment
(String comment) A user-defined comment.Deployment.withCompletedAt
(String completedAt) Date when the deployment completed.Deployment.withCreatedAt
(String createdAt) Date when the deployment was created.Deployment.withCustomJson
(String customJson) A string that contains user-defined custom JSON.Deployment.withDeploymentId
(String deploymentId) The deployment ID.Deployment.withDuration
(Integer duration) The deployment duration.Deployment.withIamUserArn
(String iamUserArn) The user's IAM ARN.Deployment.withInstanceIds
(String... instanceIds) The IDs of the target instances.Deployment.withInstanceIds
(Collection<String> instanceIds) The IDs of the target instances.Deployment.withStackId
(String stackId) The stack ID.Deployment.withStatus
(String status) The deployment status:Methods in com.amazonaws.services.opsworks.model that return types with arguments of type DeploymentModifier and TypeMethodDescriptionDescribeDeploymentsResult.getDeployments()
An array ofDeployment
objects that describe the deployments.Methods in com.amazonaws.services.opsworks.model with parameters of type DeploymentModifier and TypeMethodDescriptionDescribeDeploymentsResult.withDeployments
(Deployment... deployments) An array ofDeployment
objects that describe the deployments.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type DeploymentModifier and TypeMethodDescriptionvoid
DescribeDeploymentsResult.setDeployments
(Collection<Deployment> deployments) An array ofDeployment
objects that describe the deployments.DescribeDeploymentsResult.withDeployments
(Collection<Deployment> deployments) An array ofDeployment
objects that describe the deployments.