Uses of Class
software.amazon.awssdk.services.config.model.DescribeConfigurationRecorderStatusRequest
-
Packages that use DescribeConfigurationRecorderStatusRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DescribeConfigurationRecorderStatusRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DescribeConfigurationRecorderStatusRequest Modifier and Type Method Description 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.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. -
Uses of DescribeConfigurationRecorderStatusRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DescribeConfigurationRecorderStatusRequest Modifier and Type Method Description SdkHttpFullRequestDescribeConfigurationRecorderStatusRequestMarshaller. marshall(DescribeConfigurationRecorderStatusRequest describeConfigurationRecorderStatusRequest)
-