| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
Classes modeling the various types represented by AmazonConfig.
|
| Modifier and Type | Method and Description |
|---|---|
RecordingGroup |
RecordingGroup.clone() |
RecordingGroup |
ConfigurationRecorder.getRecordingGroup()
The recording group specifies either to record configurations for all
supported resources or to provide a list of resource types to record.
|
RecordingGroup |
RecordingGroup.withAllSupported(Boolean allSupported)
Records all supported resource types in the recording group.
|
RecordingGroup |
RecordingGroup.withResourceTypes(Collection<String> resourceTypes)
A comma-separated list of strings representing valid AWS resource
types (for example,
AWS::EC2::Instance or
AWS::CloudTrail::Trail). |
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list of strings representing valid AWS resource
types (for example,
AWS::EC2::Instance or
AWS::CloudTrail::Trail). |
RecordingGroup |
RecordingGroup.withResourceTypes(String... resourceTypes)
A comma-separated list of strings representing valid AWS resource
types (for example,
AWS::EC2::Instance or
AWS::CloudTrail::Trail). |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationRecorder.setRecordingGroup(RecordingGroup recordingGroup)
The recording group specifies either to record configurations for all
supported resources or to provide a list of resource types to record.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
The recording group specifies either to record configurations for all
supported resources or to provide a list of resource types to record.
|
Copyright © 2015. All rights reserved.