Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private ConfigurationRecorder |
PutConfigurationRecorderRequest.configurationRecorder
The configuration recorder object that records each configuration change
made to the resources.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationRecorder> |
DescribeConfigurationRecordersResult.configurationRecorders
A list that contains the descriptions of the specified configuration
recorders.
|
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(java.lang.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(java.lang.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 |
---|---|
java.util.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(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
DescribeConfigurationRecordersResult |
DescribeConfigurationRecordersResult.withConfigurationRecorders(java.util.Collection<ConfigurationRecorder> configurationRecorders)
A list that contains the descriptions of the specified configuration
recorders.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationRecorder |
ConfigurationRecorderJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRecorderJsonMarshaller.marshall(ConfigurationRecorder configurationRecorder,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|