Uses of Class
software.amazon.awssdk.services.config.model.DescribeAggregationAuthorizationsRequest
-
Packages that use DescribeAggregationAuthorizationsRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators software.amazon.awssdk.services.config.transform -
-
Uses of DescribeAggregationAuthorizationsRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DescribeAggregationAuthorizationsRequest Modifier and Type Method Description default CompletableFuture<DescribeAggregationAuthorizationsResponse>ConfigAsyncClient. describeAggregationAuthorizations(DescribeAggregationAuthorizationsRequest 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.default DescribeAggregationAuthorizationsPublisherConfigAsyncClient. describeAggregationAuthorizationsPaginator(DescribeAggregationAuthorizationsRequest describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions.default DescribeAggregationAuthorizationsIterableConfigClient. describeAggregationAuthorizationsPaginator(DescribeAggregationAuthorizationsRequest describeAggregationAuthorizationsRequest)Returns a list of authorizations granted to various aggregator accounts and regions. -
Uses of DescribeAggregationAuthorizationsRequest in software.amazon.awssdk.services.config.paginators
Constructors in software.amazon.awssdk.services.config.paginators with parameters of type DescribeAggregationAuthorizationsRequest Constructor Description DescribeAggregationAuthorizationsIterable(ConfigClient client, DescribeAggregationAuthorizationsRequest firstRequest)DescribeAggregationAuthorizationsPublisher(ConfigAsyncClient client, DescribeAggregationAuthorizationsRequest firstRequest) -
Uses of DescribeAggregationAuthorizationsRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DescribeAggregationAuthorizationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAggregationAuthorizationsRequestMarshaller. marshall(DescribeAggregationAuthorizationsRequest describeAggregationAuthorizationsRequest)
-