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 resource.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()List<EnablementStatus>EnabledControlFilter. statuses()A list ofEnablementStatusitems.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 resource.EnabledControlFilter.BuilderEnabledControlFilter.Builder. statuses(EnablementStatus... statuses)A list ofEnablementStatusitems.Method parameters in software.amazon.awssdk.services.controltower.model with type arguments of type EnablementStatus Modifier and Type Method Description EnabledControlFilter.BuilderEnabledControlFilter.Builder. statuses(Collection<EnablementStatus> statuses)A list ofEnablementStatusitems.
-