| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ExclusionByResourceTypes |
ExclusionByResourceTypes.clone() |
ExclusionByResourceTypes |
RecordingGroup.getExclusionByResourceTypes()
An object that specifies how Config excludes resource types from being recorded by the configuration recorder.
|
ExclusionByResourceTypes |
ExclusionByResourceTypes.withResourceTypes(Collection<String> resourceTypes)
A comma-separated list of resource types to exclude from recording by the configuration recorder.
|
ExclusionByResourceTypes |
ExclusionByResourceTypes.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list of resource types to exclude from recording by the configuration recorder.
|
ExclusionByResourceTypes |
ExclusionByResourceTypes.withResourceTypes(String... resourceTypes)
A comma-separated list of resource types to exclude from recording by the configuration recorder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecordingGroup.setExclusionByResourceTypes(ExclusionByResourceTypes exclusionByResourceTypes)
An object that specifies how Config excludes resource types from being recorded by the configuration recorder.
|
RecordingGroup |
RecordingGroup.withExclusionByResourceTypes(ExclusionByResourceTypes exclusionByResourceTypes)
An object that specifies how Config excludes resource types from being recorded by the configuration recorder.
|
Copyright © 2024. All rights reserved.