| Package | Description |
|---|---|
| com.amazonaws.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceType |
InstanceType.fromValue(String value)
Use this in place of valueOf.
|
static InstanceType |
InstanceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceType[] |
InstanceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSummary.setInstanceType(InstanceType instanceType)
Deprecated.
Information about which environment an instance belongs to in a blue/green deployment.
|
InstanceSummary |
InstanceSummary.withInstanceType(InstanceType instanceType)
Deprecated.
Information about which environment an instance belongs to in a blue/green deployment.
|
ListDeploymentInstancesRequest |
ListDeploymentInstancesRequest.withInstanceTypeFilter(InstanceType... instanceTypeFilter)
The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in
the replacement environment ("GREEN"), for which you want to view instance information.
|
Copyright © 2024. All rights reserved.