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