Uses of Class
software.amazon.awssdk.services.config.model.DescribeConfigurationAggregatorSourcesStatusResponse
-
Packages that use DescribeConfigurationAggregatorSourcesStatusResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeConfigurationAggregatorSourcesStatusResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeConfigurationAggregatorSourcesStatusResponse Modifier and Type Method Description default DescribeConfigurationAggregatorSourcesStatusResponseConfigClient. describeConfigurationAggregatorSourcesStatus(Consumer<DescribeConfigurationAggregatorSourcesStatusRequest.Builder> describeConfigurationAggregatorSourcesStatusRequest)Returns status information for sources within an aggregator.default DescribeConfigurationAggregatorSourcesStatusResponseConfigClient. describeConfigurationAggregatorSourcesStatus(DescribeConfigurationAggregatorSourcesStatusRequest describeConfigurationAggregatorSourcesStatusRequest)Returns status information for sources within an aggregator.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeConfigurationAggregatorSourcesStatusResponse Modifier and Type Method Description default CompletableFuture<DescribeConfigurationAggregatorSourcesStatusResponse>ConfigAsyncClient. describeConfigurationAggregatorSourcesStatus(Consumer<DescribeConfigurationAggregatorSourcesStatusRequest.Builder> describeConfigurationAggregatorSourcesStatusRequest)Returns status information for sources within an aggregator.default CompletableFuture<DescribeConfigurationAggregatorSourcesStatusResponse>ConfigAsyncClient. describeConfigurationAggregatorSourcesStatus(DescribeConfigurationAggregatorSourcesStatusRequest describeConfigurationAggregatorSourcesStatusRequest)Returns status information for sources within an aggregator. -
Uses of DescribeConfigurationAggregatorSourcesStatusResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeConfigurationAggregatorSourcesStatusResponse Modifier and Type Method Description Iterator<DescribeConfigurationAggregatorSourcesStatusResponse>DescribeConfigurationAggregatorSourcesStatusIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeConfigurationAggregatorSourcesStatusResponse Modifier and Type Method Description voidDescribeConfigurationAggregatorSourcesStatusPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeConfigurationAggregatorSourcesStatusResponse> subscriber)
-