| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
GreenFleetProvisioningAction |
GreenFleetProvisioningOption.action()
The method used to add instances to a replacement environment.
|
static GreenFleetProvisioningAction |
GreenFleetProvisioningAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GreenFleetProvisioningAction |
GreenFleetProvisioningAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GreenFleetProvisioningAction[] |
GreenFleetProvisioningAction.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<GreenFleetProvisioningAction> |
GreenFleetProvisioningAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GreenFleetProvisioningOption.Builder |
GreenFleetProvisioningOption.Builder.action(GreenFleetProvisioningAction action)
The method used to add instances to a replacement environment.
|
Copyright © 2021. All rights reserved.