Uses of Class
com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
Packages that use DescribeConfigurationRecorderStatusRequest
-
Uses of DescribeConfigurationRecorderStatusRequest in com.amazonaws.services.config
Methods in com.amazonaws.services.config with parameters of type DescribeConfigurationRecorderStatusRequestModifier and TypeMethodDescriptionAbstractAmazonConfig.describeConfigurationRecorderStatus
(DescribeConfigurationRecorderStatusRequest request) AmazonConfig.describeConfigurationRecorderStatus
(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) Returns the current status of the specified configuration recorder.AmazonConfigClient.describeConfigurationRecorderStatus
(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) Returns the current status of the specified configuration recorder.AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request) AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) AmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) Returns the current status of the specified configuration recorder.AmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Returns the current status of the specified configuration recorder.AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request) AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeConfigurationRecorderStatusRequestModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync
(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an AsyncHandler.AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) AmazonConfigAsync.describeConfigurationRecorderStatusAsync
(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an AsyncHandler.AmazonConfigAsync.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Returns the current status of the specified configuration recorder.AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync
(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an AsyncHandler.AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync
(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) -
Uses of DescribeConfigurationRecorderStatusRequest in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeConfigurationRecorderStatusRequestModifier and TypeMethodDescriptionDescribeConfigurationRecorderStatusRequest.clone()
DescribeConfigurationRecorderStatusRequest.withConfigurationRecorderNames
(String... configurationRecorderNames) The name(s) of the configuration recorder.DescribeConfigurationRecorderStatusRequest.withConfigurationRecorderNames
(Collection<String> configurationRecorderNames) The name(s) of the configuration recorder.