Uses of Interface
software.amazon.awssdk.services.controlcatalog.model.RegionConfiguration.Builder
-
Packages that use RegionConfiguration.Builder Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of RegionConfiguration.Builder in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return RegionConfiguration.Builder Modifier and Type Method Description static RegionConfiguration.BuilderRegionConfiguration. builder()RegionConfiguration.BuilderRegionConfiguration.Builder. deployableRegions(String... deployableRegions)Regions in which the control is available to be deployed.RegionConfiguration.BuilderRegionConfiguration.Builder. deployableRegions(Collection<String> deployableRegions)Regions in which the control is available to be deployed.RegionConfiguration.BuilderRegionConfiguration.Builder. scope(String scope)The coverage of the control, if deployed.RegionConfiguration.BuilderRegionConfiguration.Builder. scope(ControlScope scope)The coverage of the control, if deployed.RegionConfiguration.BuilderRegionConfiguration. toBuilder()Methods in software.amazon.awssdk.services.controlcatalog.model that return types with arguments of type RegionConfiguration.Builder Modifier and Type Method Description static Class<? extends RegionConfiguration.Builder>RegionConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.controlcatalog.model with type arguments of type RegionConfiguration.Builder Modifier and Type Method Description default GetControlResponse.BuilderGetControlResponse.Builder. regionConfiguration(Consumer<RegionConfiguration.Builder> regionConfiguration)Sets the value of the RegionConfiguration property for this object.
-