| Package | Description |
|---|---|
| com.amazonaws.services.config.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationRecorder |
ConfigurationRecorder.clone() |
ConfigurationRecorder |
PutConfigurationRecorderRequest.getConfigurationRecorder()
An object for the configuration recorder to record configuration changes for specified resource types.
|
ConfigurationRecorder |
ConfigurationRecorder.withName(String name)
The name of the configuration recorder.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
Specifies which resource types Config records for configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingMode(RecordingMode recordingMode)
Specifies the default recording frequency that Config uses to record configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRoleARN(String roleARN)
Amazon Resource Name (ARN) of the IAM role assumed by Config and used by the configuration recorder.
|
| 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)
An object for the configuration recorder to record configuration changes for specified resource types.
|
PutConfigurationRecorderRequest |
PutConfigurationRecorderRequest.withConfigurationRecorder(ConfigurationRecorder configurationRecorder)
An object for the configuration recorder to record configuration changes for specified resource types.
|
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 © 2024. All rights reserved.