Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and 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(Collection<String> instanceIds)
The IDs of the target instances.
|
Deployment |
Deployment.withInstanceIds(String... instanceIds)
The IDs of the target instances.
|
Deployment |
Deployment.withStackId(String stackId)
The stack ID.
|
Deployment |
Deployment.withStatus(String status)
The deployment status:
|
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
DescribeDeploymentsResult.getDeployments()
An array of
Deployment objects that describe the
deployments. |
Modifier and Type | Method and Description |
---|---|
DescribeDeploymentsResult |
DescribeDeploymentsResult.withDeployments(Deployment... deployments)
An array of
Deployment objects that describe the
deployments. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeDeploymentsResult.setDeployments(Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
DescribeDeploymentsResult |
DescribeDeploymentsResult.withDeployments(Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
Copyright © 2018. All rights reserved.