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 DeploymentDeployment. clone()DeploymentDeployment. withAppId(String appId)The app ID.DeploymentDeployment. withCommand(DeploymentCommand command)DeploymentDeployment. withComment(String comment)A user-defined comment.DeploymentDeployment. withCompletedAt(String completedAt)Date when the deployment completed.DeploymentDeployment. withCreatedAt(String createdAt)Date when the deployment was created.DeploymentDeployment. withCustomJson(String customJson)A string that contains user-defined custom JSON.DeploymentDeployment. withDeploymentId(String deploymentId)The deployment ID.DeploymentDeployment. withDuration(Integer duration)The deployment duration.DeploymentDeployment. withIamUserArn(String iamUserArn)The user's IAM ARN.DeploymentDeployment. withInstanceIds(String... instanceIds)The IDs of the target instances.DeploymentDeployment. withInstanceIds(Collection<String> instanceIds)The IDs of the target instances.DeploymentDeployment. withStackId(String stackId)The stack ID.DeploymentDeployment. 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 ofDeploymentobjects that describe the deployments.Methods in com.amazonaws.services.opsworks.model with parameters of type Deployment Modifier and Type Method Description DescribeDeploymentsResultDescribeDeploymentsResult. withDeployments(Deployment... deployments)An array ofDeploymentobjects that describe the deployments.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type Deployment Modifier and Type Method Description voidDescribeDeploymentsResult. setDeployments(Collection<Deployment> deployments)An array ofDeploymentobjects that describe the deployments.DescribeDeploymentsResultDescribeDeploymentsResult. withDeployments(Collection<Deployment> deployments)An array ofDeploymentobjects that describe the deployments.
-