Uses of Class
software.amazon.awssdk.services.config.model.DescribeConfigurationRecorderStatusResponse
-
Packages that use DescribeConfigurationRecorderStatusResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DescribeConfigurationRecorderStatusResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeConfigurationRecorderStatusResponse Modifier and Type Method Description default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus()Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest)Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeConfigurationRecorderStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus()Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest)Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder.
-