| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceAction |
BlueInstanceTerminationOption.action()
The action to take on instances in the original environment after a successful blue/green deployment.
|
static InstanceAction |
InstanceAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static InstanceAction |
InstanceAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAction[] |
InstanceAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InstanceAction> |
InstanceAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
BlueInstanceTerminationOption.Builder |
BlueInstanceTerminationOption.Builder.action(InstanceAction action)
The action to take on instances in the original environment after a successful blue/green deployment.
|
Copyright © 2020. All rights reserved.