Uses of Class
software.amazon.awssdk.services.config.model.DescribeAggregationAuthorizationsResponse
-
Packages that use DescribeAggregationAuthorizationsResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of DescribeAggregationAuthorizationsResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DescribeAggregationAuthorizationsResponse Modifier and Type Method Description default DescribeAggregationAuthorizationsResponseConfigClient. describeAggregationAuthorizations()Returns a list of authorizations granted to various aggregator accounts and regions.default DescribeAggregationAuthorizationsResponseConfigClient. describeAggregationAuthorizations(Consumer<DescribeAggregationAuthorizationsRequest.Builder> describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions.default DescribeAggregationAuthorizationsResponseConfigClient. describeAggregationAuthorizations(DescribeAggregationAuthorizationsRequest describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions.Methods in software.amazon.awssdk.services.config that return types with arguments of type DescribeAggregationAuthorizationsResponse Modifier and Type Method Description default CompletableFuture<DescribeAggregationAuthorizationsResponse>ConfigAsyncClient. describeAggregationAuthorizations()Returns a list of authorizations granted to various aggregator accounts and regions.default CompletableFuture<DescribeAggregationAuthorizationsResponse>ConfigAsyncClient. describeAggregationAuthorizations(Consumer<DescribeAggregationAuthorizationsRequest.Builder> describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions.default CompletableFuture<DescribeAggregationAuthorizationsResponse>ConfigAsyncClient. describeAggregationAuthorizations(DescribeAggregationAuthorizationsRequest describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions. -
Uses of DescribeAggregationAuthorizationsResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type DescribeAggregationAuthorizationsResponse Modifier and Type Method Description Iterator<DescribeAggregationAuthorizationsResponse>DescribeAggregationAuthorizationsIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type DescribeAggregationAuthorizationsResponse Modifier and Type Method Description voidDescribeAggregationAuthorizationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeAggregationAuthorizationsResponse> subscriber)
-