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