Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
InstanceSummary |
InstanceSummary.clone()
Deprecated.
|
InstanceSummary |
GetDeploymentInstanceResult.getInstanceSummary()
Deprecated.
|
InstanceSummary |
InstanceSummary.withDeploymentId(String deploymentId)
Deprecated.
The unique ID of a deployment.
|
InstanceSummary |
InstanceSummary.withInstanceId(String instanceId)
Deprecated.
The instance ID.
|
InstanceSummary |
InstanceSummary.withInstanceType(InstanceType instanceType)
Deprecated.
Information about which environment an instance belongs to in a blue/green deployment.
|
InstanceSummary |
InstanceSummary.withInstanceType(String instanceType)
Deprecated.
Information about which environment an instance belongs to in a blue/green deployment.
|
InstanceSummary |
InstanceSummary.withLastUpdatedAt(Date lastUpdatedAt)
Deprecated.
A timestamp that indicates when the instance information was last updated.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(Collection<LifecycleEvent> lifecycleEvents)
Deprecated.
A list of lifecycle events for this instance.
|
InstanceSummary |
InstanceSummary.withLifecycleEvents(LifecycleEvent... lifecycleEvents)
Deprecated.
A list of lifecycle events for this instance.
|
InstanceSummary |
InstanceSummary.withStatus(InstanceStatus status)
Deprecated.
|
InstanceSummary |
InstanceSummary.withStatus(String status)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<InstanceSummary> |
BatchGetDeploymentInstancesResult.getInstancesSummary()
Information about the instance.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDeploymentInstanceResult.setInstanceSummary(InstanceSummary instanceSummary)
Deprecated.
|
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.withInstancesSummary(InstanceSummary... instancesSummary)
Information about the instance.
|
GetDeploymentInstanceResult |
GetDeploymentInstanceResult.withInstanceSummary(InstanceSummary instanceSummary)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetDeploymentInstancesResult.setInstancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
|
BatchGetDeploymentInstancesResult |
BatchGetDeploymentInstancesResult.withInstancesSummary(Collection<InstanceSummary> instancesSummary)
Information about the instance.
|
Copyright © 2021. All rights reserved.