Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ControlScope
-
Packages that use ControlScope Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of ControlScope in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return ControlScope Modifier and Type Method Description static ControlScopeControlScope. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ControlScopeRegionConfiguration. scope()The coverage of the control, if deployed.static ControlScopeControlScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ControlScope[]ControlScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type ControlScope Modifier and Type Method Description static Set<ControlScope>ControlScope. knownValues()Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type ControlScope Modifier and Type Method Description RegionConfiguration.BuilderRegionConfiguration.Builder. scope(ControlScope scope)The coverage of the control, if deployed.
-