Uses of Class
com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
Packages that use DescribeConfigurationRecorderStatusResult
-
Uses of DescribeConfigurationRecorderStatusResult in com.amazonaws.services.config
Methods in com.amazonaws.services.config that return DescribeConfigurationRecorderStatusResultModifier and TypeMethodDescriptionAbstractAmazonConfig.describeConfigurationRecorderStatus()AbstractAmazonConfig.describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest request) AmazonConfig.describeConfigurationRecorderStatus()Simplified method form for invoking the DescribeConfigurationRecorderStatus operation.AmazonConfig.describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) Returns the current status of the specified configuration recorder.AmazonConfigClient.describeConfigurationRecorderStatus()AmazonConfigClient.describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest) Returns the current status of the specified configuration recorder.Methods in com.amazonaws.services.config that return types with arguments of type DescribeConfigurationRecorderStatusResultModifier and TypeMethodDescriptionAbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync()Simplified method form for invoking the DescribeConfigurationRecorderStatus operation.AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an AsyncHandler.AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest request) AbstractAmazonConfigAsync.describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) AmazonConfigAsync.describeConfigurationRecorderStatusAsync()Simplified method form for invoking the DescribeConfigurationRecorderStatus operation.AmazonConfigAsync.describeConfigurationRecorderStatusAsync(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an 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()Simplified method form for invoking the DescribeConfigurationRecorderStatus operation.AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync(AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Simplified method form for invoking the DescribeConfigurationRecorderStatus operation with an AsyncHandler.AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest request) AmazonConfigAsyncClient.describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest request, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult> asyncHandler) Method parameters in com.amazonaws.services.config with type arguments of type DescribeConfigurationRecorderStatusResultModifier 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 DescribeConfigurationRecorderStatusResult in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return DescribeConfigurationRecorderStatusResultModifier and TypeMethodDescriptionDescribeConfigurationRecorderStatusResult.clone()DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(ConfigurationRecorderStatus... configurationRecordersStatus) A list that contains status of the specified recorders.DescribeConfigurationRecorderStatusResult.withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus> configurationRecordersStatus) A list that contains status of the specified recorders.