Uses of Class
software.amazon.awssdk.services.dlm.model.StageValues
-
Packages that use StageValues Package Description software.amazon.awssdk.services.dlm.model -
-
Uses of StageValues in software.amazon.awssdk.services.dlm.model
Methods in software.amazon.awssdk.services.dlm.model that return StageValues Modifier and Type Method Description static StageValuesStageValues. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StageValuesStageValues. valueOf(String name)Returns the enum constant of this type with the specified name.static StageValues[]StageValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.dlm.model that return types with arguments of type StageValues Modifier and Type Method Description static Set<StageValues>StageValues. knownValues()List<StageValues>Script. stages()Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.Methods in software.amazon.awssdk.services.dlm.model with parameters of type StageValues Modifier and Type Method Description Script.BuilderScript.Builder. stages(StageValues... stages)Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.Method parameters in software.amazon.awssdk.services.dlm.model with type arguments of type StageValues Modifier and Type Method Description Script.BuilderScript.Builder. stages(Collection<StageValues> stages)Indicate which scripts Amazon Data Lifecycle Manager should run on target instances.
-