Uses of Class
software.amazon.awssdk.services.batch.model.DeleteQuotaShareResponse
-
Packages that use DeleteQuotaShareResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DeleteQuotaShareResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DeleteQuotaShareResponse Modifier and Type Method Description default DeleteQuotaShareResponseBatchClient. deleteQuotaShare(Consumer<DeleteQuotaShareRequest.Builder> deleteQuotaShareRequest)Deletes the specified quota share.default DeleteQuotaShareResponseBatchClient. deleteQuotaShare(DeleteQuotaShareRequest deleteQuotaShareRequest)Deletes the specified quota share.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DeleteQuotaShareResponse Modifier and Type Method Description default CompletableFuture<DeleteQuotaShareResponse>BatchAsyncClient. deleteQuotaShare(Consumer<DeleteQuotaShareRequest.Builder> deleteQuotaShareRequest)Deletes the specified quota share.default CompletableFuture<DeleteQuotaShareResponse>BatchAsyncClient. deleteQuotaShare(DeleteQuotaShareRequest deleteQuotaShareRequest)Deletes the specified quota share.
-