Uses of Interface
software.amazon.awssdk.services.backup.model.ControlScope.Builder
-
Packages that use ControlScope.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of ControlScope.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return ControlScope.Builder Modifier and Type Method Description static ControlScope.BuilderControlScope. builder()ControlScope.BuilderControlScope.Builder. complianceResourceIds(String... complianceResourceIds)The ID of the only Amazon Web Services resource that you want your control scope to contain.ControlScope.BuilderControlScope.Builder. complianceResourceIds(Collection<String> complianceResourceIds)The ID of the only Amazon Web Services resource that you want your control scope to contain.ControlScope.BuilderControlScope.Builder. complianceResourceTypes(String... complianceResourceTypes)Describes whether the control scope includes one or more types of resources, such asEFSorRDS.ControlScope.BuilderControlScope.Builder. complianceResourceTypes(Collection<String> complianceResourceTypes)Describes whether the control scope includes one or more types of resources, such asEFSorRDS.ControlScope.BuilderControlScope.Builder. tags(Map<String,String> tags)The tag key-value pair applied to those Amazon Web Services resources that you want to trigger an evaluation for a rule.ControlScope.BuilderControlScope. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type ControlScope.Builder Modifier and Type Method Description static Class<? extends ControlScope.Builder>ControlScope. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type ControlScope.Builder Modifier and Type Method Description default FrameworkControl.BuilderFrameworkControl.Builder. controlScope(Consumer<ControlScope.Builder> controlScope)The scope of a control.
-