Uses of Class
software.amazon.awssdk.services.controltower.model.ControlOperationStatus
-
Packages that use ControlOperationStatus Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of ControlOperationStatus in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ControlOperationStatus Modifier and Type Method Description static ControlOperationStatusControlOperationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlOperationStatusControlOperation. status()One ofIN_PROGRESS,SUCEEDED, orFAILED.static ControlOperationStatusControlOperationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlOperationStatus[]ControlOperationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ControlOperationStatus Modifier and Type Method Description static Set<ControlOperationStatus>ControlOperationStatus. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type ControlOperationStatus Modifier and Type Method Description ControlOperation.BuilderControlOperation.Builder. status(ControlOperationStatus status)One ofIN_PROGRESS,SUCEEDED, orFAILED.
-