Uses of Interface
software.amazon.awssdk.services.config.model.DescribeConfigurationRecorderStatusRequest.Builder
-
Packages that use DescribeConfigurationRecorderStatusRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeConfigurationRecorderStatusRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeConfigurationRecorderStatusRequest.Builder Modifier and Type Method Description 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 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. -
Uses of DescribeConfigurationRecorderStatusRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeConfigurationRecorderStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeConfigurationRecorderStatusRequest.Builder>DescribeConfigurationRecorderStatusRequest. serializableBuilderClass()
-