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.ControlOperationStatusControlOperationSummary. status()The status of the specified control operation.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()List<ControlOperationStatus>ControlOperationFilter. statuses()Lists the status of control operations.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.ControlOperationSummary.BuilderControlOperationSummary.Builder. status(ControlOperationStatus status)The status of the specified control operation.ControlOperationFilter.BuilderControlOperationFilter.Builder. statuses(ControlOperationStatus... statuses)Lists the status of control operations.Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type ControlOperationStatus Modifier and Type Method Description ControlOperationFilter.BuilderControlOperationFilter.Builder. statuses(Collection<ControlOperationStatus> statuses)Lists the status of control operations.
-