Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAction |
InstanceAction.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
BlueInstanceTerminationOption.setAction(InstanceAction action)
The action to take on instances in the original environment after a successful blue/green deployment.
|
BlueInstanceTerminationOption |
BlueInstanceTerminationOption.withAction(InstanceAction action)
The action to take on instances in the original environment after a successful blue/green deployment.
|
Copyright © 2022. All rights reserved.