Uses of Class
software.amazon.awssdk.services.arczonalshift.model.AutoshiftExecutionStatus
-
Packages that use AutoshiftExecutionStatus Package Description software.amazon.awssdk.services.arczonalshift.model -
-
Uses of AutoshiftExecutionStatus in software.amazon.awssdk.services.arczonalshift.model
Methods in software.amazon.awssdk.services.arczonalshift.model that return AutoshiftExecutionStatus Modifier and Type Method Description static AutoshiftExecutionStatusAutoshiftExecutionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoshiftExecutionStatusAutoshiftSummary. status()The status for an autoshift.AutoshiftExecutionStatusListAutoshiftsRequest. status()The status of the autoshift.static AutoshiftExecutionStatusAutoshiftExecutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoshiftExecutionStatus[]AutoshiftExecutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.arczonalshift.model that return types with arguments of type AutoshiftExecutionStatus Modifier and Type Method Description static Set<AutoshiftExecutionStatus>AutoshiftExecutionStatus. knownValues()Methods in software.amazon.awssdk.services.arczonalshift.model with parameters of type AutoshiftExecutionStatus Modifier and Type Method Description AutoshiftSummary.BuilderAutoshiftSummary.Builder. status(AutoshiftExecutionStatus status)The status for an autoshift.ListAutoshiftsRequest.BuilderListAutoshiftsRequest.Builder. status(AutoshiftExecutionStatus status)The status of the autoshift.
-