| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
Classes modeling the various types represented by AmazonCodeDeploy.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceSummary |
GetDeploymentInstanceResult.getInstanceSummary()
Information about the instance.
|
InstanceSummary |
InstanceSummary.withDeploymentId(String deploymentId)
The deployment ID.
|
InstanceSummary |
InstanceSummary.withInstanceId(String instanceId)
The instance ID.
|
InstanceSummary |
InstanceSummary.withLastUpdatedAt(Date lastUpdatedAt)
A timestamp indicating when the instance information was last updated.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
A list of lifecycle events for this instance.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
A list of lifecycle events for this instance.
|
InstanceSummary |
InstanceSummary.withStatus(InstanceStatus status)
The deployment status for this instance: Pending: The
deployment is pending for this instance. In Progress: The
deployment is in progress for this instance. Succeeded: The
deployment has succeeded for this instance. Failed: The
deployment has failed for this instance. Skipped: The
deployment has been skipped for this instance. Unknown: The
deployment status is unknown for this instance.
|
InstanceSummary |
InstanceSummary.withStatus(String status)
The deployment status for this instance: Pending: The
deployment is pending for this instance. In Progress: The
deployment is in progress for this instance. Succeeded: The
deployment has succeeded for this instance. Failed: The
deployment has failed for this instance. Skipped: The
deployment has been skipped for this instance. Unknown: The
deployment status is unknown for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeploymentInstanceResult.setInstanceSummary(InstanceSummary instanceSummary)
Information about the instance.
|
GetDeploymentInstanceResult |
GetDeploymentInstanceResult.withInstanceSummary(InstanceSummary instanceSummary)
Information about the instance.
|
Copyright © 2014. All rights reserved.