Uses of Class
software.amazon.awssdk.services.config.model.DeleteAggregationAuthorizationResponse
-
Packages that use DeleteAggregationAuthorizationResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeleteAggregationAuthorizationResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeleteAggregationAuthorizationResponse Modifier and Type Method Description default DeleteAggregationAuthorizationResponseConfigClient. deleteAggregationAuthorization(Consumer<DeleteAggregationAuthorizationRequest.Builder> 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.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeleteAggregationAuthorizationResponse Modifier and Type Method Description default CompletableFuture<DeleteAggregationAuthorizationResponse>ConfigAsyncClient. deleteAggregationAuthorization(Consumer<DeleteAggregationAuthorizationRequest.Builder> deleteAggregationAuthorizationRequest)Deletes the authorization granted to the specified configuration aggregator account in a specified region.default CompletableFuture<DeleteAggregationAuthorizationResponse>ConfigAsyncClient. deleteAggregationAuthorization(DeleteAggregationAuthorizationRequest deleteAggregationAuthorizationRequest)Deletes the authorization granted to the specified configuration aggregator account in a specified region.
-