Uses of Class
com.amazonaws.services.config.model.RecordingGroup
Packages that use RecordingGroup
-
Uses of RecordingGroup in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return RecordingGroupModifier and TypeMethodDescriptionRecordingGroup.clone()
ConfigurationRecorder.getRecordingGroup()
Specifies the types of AWS resource for which AWS Config records configuration changes.RecordingGroup.withAllSupported
(Boolean allSupported) Specifies whether AWS Config records configuration changes for every supported type of regional resource.RecordingGroup.withIncludeGlobalResourceTypes
(Boolean includeGlobalResourceTypes) Specifies whether AWS Config includes all supported types of global resources (for example, IAM resources) with the resources that it records.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
orAWS::CloudTrail::Trail
).RecordingGroup.withResourceTypes
(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
orAWS::CloudTrail::Trail
).RecordingGroup.withResourceTypes
(Collection<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
orAWS::CloudTrail::Trail
).Methods in com.amazonaws.services.config.model with parameters of type RecordingGroupModifier and TypeMethodDescriptionvoid
ConfigurationRecorder.setRecordingGroup
(RecordingGroup recordingGroup) Specifies the types of AWS resource for which AWS Config records configuration changes.ConfigurationRecorder.withRecordingGroup
(RecordingGroup recordingGroup) Specifies the types of AWS resource for which AWS Config records configuration changes.