| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
ControlScope |
ControlScope.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ControlScope |
ControlScope.clearTagsEntries()
Removes all the entries added into Tags.
|
ControlScope |
ControlScope.clone() |
ControlScope |
FrameworkControl.getControlScope()
The scope of a control.
|
ControlScope |
ControlScope.withComplianceResourceIds(Collection<String> complianceResourceIds)
Describes whether the control scope includes a specific resource identified by its unique Amazon Resource Name
(ARN).
|
ControlScope |
ControlScope.withComplianceResourceIds(String... complianceResourceIds)
Describes whether the control scope includes a specific resource identified by its unique Amazon Resource Name
(ARN).
|
ControlScope |
ControlScope.withComplianceResourceTypes(Collection<String> complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope |
ControlScope.withComplianceResourceTypes(String... complianceResourceTypes)
Describes whether the control scope includes one or more types of resources, such as
EFS or
RDS. |
ControlScope |
ControlScope.withTags(Map<String,String> tags)
Describes whether the control scope includes resources with one or more tags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FrameworkControl.setControlScope(ControlScope controlScope)
The scope of a control.
|
FrameworkControl |
FrameworkControl.withControlScope(ControlScope controlScope)
The scope of a control.
|
Copyright © 2021. All rights reserved.