Uses of Class
software.amazon.awssdk.services.controltower.model.ControlOperationType
-
Packages that use ControlOperationType Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of ControlOperationType in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ControlOperationType Modifier and Type Method Description static ControlOperationTypeControlOperationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlOperationTypeControlOperation. operationType()One ofENABLE_CONTROLorDISABLE_CONTROL.static ControlOperationTypeControlOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlOperationType[]ControlOperationType. 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 ControlOperationType Modifier and Type Method Description static Set<ControlOperationType>ControlOperationType. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type ControlOperationType Modifier and Type Method Description ControlOperation.BuilderControlOperation.Builder. operationType(ControlOperationType operationType)One ofENABLE_CONTROLorDISABLE_CONTROL.
-