Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Deployment> |
DescribeDeploymentsResult.deployments
An array of
Deployment objects that describe the
deployments. |
Modifier and Type | Method and Description |
---|---|
Deployment |
Deployment.clone() |
Deployment |
Deployment.withAppId(java.lang.String appId)
The app ID.
|
Deployment |
Deployment.withCommand(DeploymentCommand command) |
Deployment |
Deployment.withComment(java.lang.String comment)
A user-defined comment.
|
Deployment |
Deployment.withCompletedAt(java.lang.String completedAt)
Date when the deployment completed.
|
Deployment |
Deployment.withCreatedAt(java.lang.String createdAt)
Date when the deployment was created.
|
Deployment |
Deployment.withCustomJson(java.lang.String customJson)
A string that contains user-defined custom JSON.
|
Deployment |
Deployment.withDeploymentId(java.lang.String deploymentId)
The deployment ID.
|
Deployment |
Deployment.withDuration(java.lang.Integer duration)
The deployment duration.
|
Deployment |
Deployment.withIamUserArn(java.lang.String iamUserArn)
The user's IAM ARN.
|
Deployment |
Deployment.withInstanceIds(java.util.Collection<java.lang.String> instanceIds)
The IDs of the target instances.
|
Deployment |
Deployment.withInstanceIds(java.lang.String... instanceIds)
The IDs of the target instances.
|
Deployment |
Deployment.withStackId(java.lang.String stackId)
The stack ID.
|
Deployment |
Deployment.withStatus(java.lang.String status)
The deployment status:
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
DescribeDeploymentsResult |
DescribeDeploymentsResult.withDeployments(java.util.Collection<Deployment> deployments)
An array of
Deployment objects that describe the
deployments. |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentJsonMarshaller.marshall(Deployment deployment,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|