Uses of Class
software.amazon.awssdk.services.config.model.DeletePendingAggregationRequestResponse
-
Packages that use DeletePendingAggregationRequestResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of DeletePendingAggregationRequestResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return DeletePendingAggregationRequestResponse Modifier and Type Method Description default DeletePendingAggregationRequestResponseConfigClient. deletePendingAggregationRequest(Consumer<DeletePendingAggregationRequestRequest.Builder> deletePendingAggregationRequestRequest)Deletes pending authorization requests for a specified aggregator account in a specified region.default DeletePendingAggregationRequestResponseConfigClient. deletePendingAggregationRequest(DeletePendingAggregationRequestRequest deletePendingAggregationRequestRequest)Deletes pending authorization requests for a specified aggregator account in a specified region.Methods in software.amazon.awssdk.services.config that return types with arguments of type DeletePendingAggregationRequestResponse Modifier and Type Method Description default CompletableFuture<DeletePendingAggregationRequestResponse>ConfigAsyncClient. deletePendingAggregationRequest(Consumer<DeletePendingAggregationRequestRequest.Builder> deletePendingAggregationRequestRequest)Deletes pending authorization requests for a specified aggregator account in a specified region.default CompletableFuture<DeletePendingAggregationRequestResponse>ConfigAsyncClient. deletePendingAggregationRequest(DeletePendingAggregationRequestRequest deletePendingAggregationRequestRequest)Deletes pending authorization requests for a specified aggregator account in a specified region.
-