Uses of Class
software.amazon.awssdk.services.codedeploy.model.GreenFleetProvisioningAction
-
Packages that use GreenFleetProvisioningAction Package Description software.amazon.awssdk.services.codedeploy.model -
-
Uses of GreenFleetProvisioningAction in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return GreenFleetProvisioningAction Modifier and Type Method Description GreenFleetProvisioningActionGreenFleetProvisioningOption. action()The method used to add instances to a replacement environment.static GreenFleetProvisioningActionGreenFleetProvisioningAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GreenFleetProvisioningActionGreenFleetProvisioningAction. 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.Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type GreenFleetProvisioningAction Modifier and Type Method Description static Set<GreenFleetProvisioningAction>GreenFleetProvisioningAction. knownValues()Methods in software.amazon.awssdk.services.codedeploy.model with parameters of type GreenFleetProvisioningAction Modifier and Type Method Description GreenFleetProvisioningOption.BuilderGreenFleetProvisioningOption.Builder. action(GreenFleetProvisioningAction action)The method used to add instances to a replacement environment.
-