Package | Description |
---|---|
com.amazonaws.services.config.model |
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorder |
ConfigurationRecorder.clone() |
ConfigurationRecorder |
PutConfigurationRecorderRequest.getConfigurationRecorder()
The configuration recorder object that records each configuration change
made to the resources.
|
ConfigurationRecorder |
ConfigurationRecorder.withName(String name)
The name of the recorder.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role used to describe the AWS
resources associated with the account.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigurationRecorder> |
DescribeConfigurationRecordersResult.getConfigurationRecorders()
A list that contains the descriptions of the specified configuration
recorders.
|
Modifier and Type | Method and Description |
---|---|
void |
PutConfigurationRecorderRequest.setConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change
made to the resources.
|
PutConfigurationRecorderRequest |
PutConfigurationRecorderRequest.withConfigurationRecorder(ConfigurationRecorder configurationRecorder)
The configuration recorder object that records each configuration change
made to the resources.
|
DescribeConfigurationRecordersResult |
DescribeConfigurationRecordersResult.withConfigurationRecorders(ConfigurationRecorder... configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConfigurationRecordersResult.setConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
DescribeConfigurationRecordersResult |
DescribeConfigurationRecordersResult.withConfigurationRecorders(Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
Copyright © 2018. All rights reserved.