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 configuration recorder you specify as well as the status of the last recording event for the configuration recorders.default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders.default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders.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 configuration recorder you specify as well as the status of the last recording event for the configuration recorders.default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders.default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders.
-