Package | Description |
---|---|
com.amazonaws.services.config.model | |
com.amazonaws.services.config.model.transform |
Modifier and Type | Field and Description |
---|---|
private RecordingGroup |
ConfigurationRecorder.recordingGroup
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
Modifier and Type | Method and Description |
---|---|
RecordingGroup |
RecordingGroup.clone() |
RecordingGroup |
ConfigurationRecorder.getRecordingGroup()
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
RecordingGroup |
RecordingGroup.withAllSupported(java.lang.Boolean allSupported)
Specifies whether AWS Config records configuration changes for every
supported type of regional resource.
|
RecordingGroup |
RecordingGroup.withIncludeGlobalResourceTypes(java.lang.Boolean includeGlobalResourceTypes)
Specifies whether AWS Config includes all supported types of global
resources (for example, IAM resources) with the resources that it
records.
|
RecordingGroup |
RecordingGroup.withResourceTypes(java.util.Collection<java.lang.String> resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
RecordingGroup |
RecordingGroup.withResourceTypes(ResourceType... resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
RecordingGroup |
RecordingGroup.withResourceTypes(java.lang.String... resourceTypes)
A comma-separated list that specifies the types of AWS resources for
which AWS Config records configuration changes (for example,
AWS::EC2::Instance or AWS::CloudTrail::Trail ). |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationRecorder.setRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
ConfigurationRecorder |
ConfigurationRecorder.withRecordingGroup(RecordingGroup recordingGroup)
Specifies the types of AWS resource for which AWS Config records
configuration changes.
|
Modifier and Type | Method and Description |
---|---|
RecordingGroup |
RecordingGroupJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RecordingGroupJsonMarshaller.marshall(RecordingGroup recordingGroup,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|