| Package | Description |
|---|---|
| software.amazon.awssdk.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 |
|---|---|
InstanceSummary.Builder |
InstanceSummary.Builder.instanceType(InstanceType instanceType)
Information about which environment an instance belongs to in a blue/green deployment.
|
ListDeploymentInstancesRequest.Builder |
ListDeploymentInstancesRequest.Builder.instanceTypeFilter(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 © 2017. All rights reserved.