Uses of Class
software.amazon.awssdk.services.controltower.model.BaselineOperationType
-
Packages that use BaselineOperationType Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of BaselineOperationType in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return BaselineOperationType Modifier and Type Method Description static BaselineOperationTypeBaselineOperationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BaselineOperationTypeBaselineOperation. operationType()An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.static BaselineOperationTypeBaselineOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static BaselineOperationType[]BaselineOperationType. 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 BaselineOperationType Modifier and Type Method Description static Set<BaselineOperationType>BaselineOperationType. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type BaselineOperationType Modifier and Type Method Description BaselineOperation.BuilderBaselineOperation.Builder. operationType(BaselineOperationType operationType)An enumerated type (enum) with possible values ofENABLE_BASELINE,DISABLE_BASELINE,UPDATE_ENABLED_BASELINE, orRESET_ENABLED_BASELINE.
-