Uses of Class
software.amazon.awssdk.services.config.model.PutAggregationAuthorizationResponse
-
Packages that use PutAggregationAuthorizationResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutAggregationAuthorizationResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutAggregationAuthorizationResponse Modifier and Type Method Description default PutAggregationAuthorizationResponseConfigClient. putAggregationAuthorization(Consumer<PutAggregationAuthorizationRequest.Builder> putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region.default PutAggregationAuthorizationResponseConfigClient. putAggregationAuthorization(PutAggregationAuthorizationRequest putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutAggregationAuthorizationResponse Modifier and Type Method Description default CompletableFuture<PutAggregationAuthorizationResponse>ConfigAsyncClient. putAggregationAuthorization(Consumer<PutAggregationAuthorizationRequest.Builder> putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region.default CompletableFuture<PutAggregationAuthorizationResponse>ConfigAsyncClient. putAggregationAuthorization(PutAggregationAuthorizationRequest putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region.
-