| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlScope.Builder |
ControlScope.builder() |
ControlScope.Builder |
ControlScope.Builder.complianceResourceIds(Collection<String> complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
|
ControlScope.Builder |
ControlScope.Builder.complianceResourceIds(String... complianceResourceIds)
The ID of the only Amazon Web Services resource that you want your control scope to contain.
|
ControlScope.Builder |
ControlScope.Builder.complianceResourceTypes(Collection<String> complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope.Builder |
ControlScope.Builder.complianceResourceTypes(String... complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope.Builder |
ControlScope.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.Builder |
ControlScope.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ControlScope.Builder> |
ControlScope.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FrameworkControl.Builder |
FrameworkControl.Builder.controlScope(Consumer<ControlScope.Builder> controlScope)
The scope of a control.
|
Copyright © 2023. All rights reserved.