Uses of Class
com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
Packages that use DescribeConfigurationRecordersRequest
-
Uses of DescribeConfigurationRecordersRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type DescribeConfigurationRecordersRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest request) AmazonConfig.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) Returns the name of one or more specified configuration recorders.AmazonConfigClient.describeConfigurationRecorders
(DescribeConfigurationRecordersRequest describeConfigurationRecordersRequest) Returns the name of one or more specified configuration recorders.AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request) AbstractAmazonConfigAsync.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> 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
(DescribeConfigurationRecordersRequest request) AmazonConfigAsyncClient.describeConfigurationRecordersAsync
(DescribeConfigurationRecordersRequest request, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeConfigurationRecordersRequestModifier 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 DescribeConfigurationRecordersRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeConfigurationRecordersRequestModifier and TypeMethodDescriptionDescribeConfigurationRecordersRequest.clone()
DescribeConfigurationRecordersRequest.withConfigurationRecorderNames
(String... configurationRecorderNames) A list of configuration recorder names.DescribeConfigurationRecordersRequest.withConfigurationRecorderNames
(Collection<String> configurationRecorderNames) A list of configuration recorder names.