Uses of Class
software.amazon.awssdk.services.controltower.model.EnablementStatus
-
Packages that use EnablementStatus Package Description software.amazon.awssdk.services.controltower.model -
-
Uses of EnablementStatus in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return EnablementStatus Modifier and Type Method Description static EnablementStatusEnablementStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EnablementStatusEnablementStatusSummary. status()The deployment status of the enabled control.static EnablementStatusEnablementStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EnablementStatus[]EnablementStatus. 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 EnablementStatus Modifier and Type Method Description static Set<EnablementStatus>EnablementStatus. knownValues()Methods in software.amazon.awssdk.services.controltower.model with parameters of type EnablementStatus Modifier and Type Method Description EnablementStatusSummary.BuilderEnablementStatusSummary.Builder. status(EnablementStatus status)The deployment status of the enabled control.
-