Uses of Class
software.amazon.awssdk.services.config.model.DeleteAggregationAuthorizationRequest
-
Packages that use DeleteAggregationAuthorizationRequest Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.transform -
-
Uses of DeleteAggregationAuthorizationRequest in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config with parameters of type DeleteAggregationAuthorizationRequest Modifier and Type Method Description default CompletableFuture<DeleteAggregationAuthorizationResponse>ConfigAsyncClient. deleteAggregationAuthorization(DeleteAggregationAuthorizationRequest deleteAggregationAuthorizationRequest)Deletes the authorization granted to the specified configuration aggregator account in a specified region.default DeleteAggregationAuthorizationResponseConfigClient. deleteAggregationAuthorization(DeleteAggregationAuthorizationRequest deleteAggregationAuthorizationRequest)Deletes the authorization granted to the specified configuration aggregator account in a specified region. -
Uses of DeleteAggregationAuthorizationRequest in software.amazon.awssdk.services.config.transform
Methods in software.amazon.awssdk.services.config.transform with parameters of type DeleteAggregationAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteAggregationAuthorizationRequestMarshaller. marshall(DeleteAggregationAuthorizationRequest deleteAggregationAuthorizationRequest)
-