Uses of Class
software.amazon.awssdk.services.config.model.AggregationAuthorization
-
Packages that use AggregationAuthorization Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of AggregationAuthorization in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregationAuthorization Modifier and Type Method Description AggregationAuthorizationPutAggregationAuthorizationResponse. aggregationAuthorization()Returns an AggregationAuthorization object.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregationAuthorization Modifier and Type Method Description List<AggregationAuthorization>DescribeAggregationAuthorizationsResponse. aggregationAuthorizations()Returns a list of authorizations granted to various aggregator accounts and regions.Methods in software.amazon.awssdk.services.config.model with parameters of type AggregationAuthorization Modifier and Type Method Description PutAggregationAuthorizationResponse.BuilderPutAggregationAuthorizationResponse.Builder. aggregationAuthorization(AggregationAuthorization aggregationAuthorization)Returns an AggregationAuthorization object.DescribeAggregationAuthorizationsResponse.BuilderDescribeAggregationAuthorizationsResponse.Builder. aggregationAuthorizations(AggregationAuthorization... aggregationAuthorizations)Returns a list of authorizations granted to various aggregator accounts and regions.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregationAuthorization Modifier and Type Method Description DescribeAggregationAuthorizationsResponse.BuilderDescribeAggregationAuthorizationsResponse.Builder. aggregationAuthorizations(Collection<AggregationAuthorization> aggregationAuthorizations)Returns a list of authorizations granted to various aggregator accounts and regions. -
Uses of AggregationAuthorization in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type AggregationAuthorization Modifier and Type Method Description SdkIterable<AggregationAuthorization>DescribeAggregationAuthorizationsIterable. aggregationAuthorizations()Returns an iterable to iterate through the paginatedDescribeAggregationAuthorizationsResponse.aggregationAuthorizations()member.SdkPublisher<AggregationAuthorization>DescribeAggregationAuthorizationsPublisher. aggregationAuthorizations()Returns a publisher that can be used to get a stream of data.
-