Uses of Class
software.amazon.awssdk.services.batch.model.UpdateQuotaShareResponse
-
Packages that use UpdateQuotaShareResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of UpdateQuotaShareResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return UpdateQuotaShareResponse Modifier and Type Method Description default UpdateQuotaShareResponseBatchClient. updateQuotaShare(Consumer<UpdateQuotaShareRequest.Builder> updateQuotaShareRequest)Updates a quota share.default UpdateQuotaShareResponseBatchClient. updateQuotaShare(UpdateQuotaShareRequest updateQuotaShareRequest)Updates a quota share.Methods in software.amazon.awssdk.services.batch that return types with arguments of type UpdateQuotaShareResponse Modifier and Type Method Description default CompletableFuture<UpdateQuotaShareResponse>BatchAsyncClient. updateQuotaShare(Consumer<UpdateQuotaShareRequest.Builder> updateQuotaShareRequest)Updates a quota share.default CompletableFuture<UpdateQuotaShareResponse>BatchAsyncClient. updateQuotaShare(UpdateQuotaShareRequest updateQuotaShareRequest)Updates a quota share.
-