Uses of Class
software.amazon.awssdk.services.config.model.PutAggregationAuthorizationRequest
-
Packages that use PutAggregationAuthorizationRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of PutAggregationAuthorizationRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type PutAggregationAuthorizationRequest Modifier and Type Method Description default CompletableFuture<PutAggregationAuthorizationResponse>ConfigAsyncClient. putAggregationAuthorization(PutAggregationAuthorizationRequest 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. -
Uses of PutAggregationAuthorizationRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type PutAggregationAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestPutAggregationAuthorizationRequestMarshaller. marshall(PutAggregationAuthorizationRequest putAggregationAuthorizationRequest)
-