Uses of Class
com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
Packages that use DescribeConfigurationRecordersResult
-
Uses of DescribeConfigurationRecordersResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return DescribeConfigurationRecordersResultModifier and TypeMethodDescriptionAbstractAmazonConfig.describeConfigurationRecorders()
AbstractAmazonConfig.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest request) AmazonConfig.describeConfigurationRecorders()
Simplified method form for invoking the DescribeConfigurationRecorders operation.AmazonConfig.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) Returns the name of one or more specified configuration recorders.AmazonConfigClient.describeConfigurationRecorders()
AmazonConfigClient.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) Returns the name of one or more specified configuration recorders.Methods in com.amazonaws.services.config that return types with arguments of type DescribeConfigurationRecordersResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeConfigurationRecordersAsync()
Simplified method form for invoking the DescribeConfigurationRecorders operation.AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request) AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) AmazonConfigAsync.describeConfigurationRecordersAsync()
Simplified method form for invoking the DescribeConfigurationRecorders operation.AmazonConfigAsync.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) Returns the name of one or more specified configuration recorders.AmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Returns the name of one or more specified configuration recorders.AmazonConfigAsyncClient.describeConfigurationRecordersAsync()
Simplified method form for invoking the DescribeConfigurationRecorders operation.AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request) AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeConfigurationRecordersResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) AmazonConfigAsync.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Returns the name of one or more specified configuration recorders.AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorders operation with an AsyncHandler.AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) -
Uses of DescribeConfigurationRecordersResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeConfigurationRecordersResultModifier and TypeMethodDescriptionDescribeConfigurationRecordersResult.clone()
DescribeConfigurationRecordersResult.withConfigurationRecorders
(ConfigurationRecorder... configurationRecorders) A list that contains the descriptions of the specified configuration recorders.DescribeConfigurationRecordersResult.withConfigurationRecorders
(Collection<ConfigurationRecorder> configurationRecorders) A list that contains the descriptions of the specified configuration recorders.