Uses of Class
software.amazon.awssdk.services.config.model.DescribeConfigurationAggregatorsResponse
-
Packages that use DescribeConfigurationAggregatorsResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeConfigurationAggregatorsResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeConfigurationAggregatorsResponse Modifier and Type Method Description default DescribeConfigurationAggregatorsResponseConfigClient. describeConfigurationAggregators()Returns the details of one or more configuration aggregators.default DescribeConfigurationAggregatorsResponseConfigClient. describeConfigurationAggregators(Consumer<DescribeConfigurationAggregatorsRequest.Builder> describeConfigurationAggregatorsRequest)Returns the details of one or more configuration aggregators.default DescribeConfigurationAggregatorsResponseConfigClient. describeConfigurationAggregators(DescribeConfigurationAggregatorsRequest describeConfigurationAggregatorsRequest)Returns the details of one or more configuration aggregators.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeConfigurationAggregatorsResponse Modifier and Type Method Description default CompletableFuture<DescribeConfigurationAggregatorsResponse>ConfigAsyncClient. describeConfigurationAggregators()Returns the details of one or more configuration aggregators.default CompletableFuture<DescribeConfigurationAggregatorsResponse>ConfigAsyncClient. describeConfigurationAggregators(Consumer<DescribeConfigurationAggregatorsRequest.Builder> describeConfigurationAggregatorsRequest)Returns the details of one or more configuration aggregators.default CompletableFuture<DescribeConfigurationAggregatorsResponse>ConfigAsyncClient. describeConfigurationAggregators(DescribeConfigurationAggregatorsRequest describeConfigurationAggregatorsRequest)Returns the details of one or more configuration aggregators. -
Uses of DescribeConfigurationAggregatorsResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeConfigurationAggregatorsResponse Modifier and Type Method Description Iterator<DescribeConfigurationAggregatorsResponse>DescribeConfigurationAggregatorsIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeConfigurationAggregatorsResponse Modifier and Type Method Description voidDescribeConfigurationAggregatorsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeConfigurationAggregatorsResponse> subscriber)
-