Uses of Interface
software.amazon.awssdk.services.config.model.DescribeConfigurationRecordersRequest.Builder
-
Packages that use DescribeConfigurationRecordersRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeConfigurationRecordersRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeConfigurationRecordersRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeConfigurationRecordersResponse>ConfigAsyncClient. describeConfigurationRecorders(Consumer<DescribeConfigurationRecordersRequest.Builder> describeConfigurationRecordersRequest)Returns the details for the specified configuration recorders.default DescribeConfigurationRecordersResponseConfigClient. describeConfigurationRecorders(Consumer<DescribeConfigurationRecordersRequest.Builder> describeConfigurationRecordersRequest)Returns the details for the specified configuration recorders. -
Uses of DescribeConfigurationRecordersRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeConfigurationRecordersRequest.Builder Modifier and Type Method Description static Class<? extends DescribeConfigurationRecordersRequest.Builder>DescribeConfigurationRecordersRequest. serializableBuilderClass()
-