Uses of Class
software.amazon.awssdk.services.batch.model.UpdateConsumableResourceResponse
-
Packages that use UpdateConsumableResourceResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of UpdateConsumableResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return UpdateConsumableResourceResponse Modifier and Type Method Description default UpdateConsumableResourceResponseBatchClient. updateConsumableResource(Consumer<UpdateConsumableResourceRequest.Builder> updateConsumableResourceRequest)Updates a consumable resource.default UpdateConsumableResourceResponseBatchClient. updateConsumableResource(UpdateConsumableResourceRequest updateConsumableResourceRequest)Updates a consumable resource.Methods in software.amazon.awssdk.services.batch that return types with arguments of type UpdateConsumableResourceResponse Modifier and Type Method Description default CompletableFuture<UpdateConsumableResourceResponse>BatchAsyncClient. updateConsumableResource(Consumer<UpdateConsumableResourceRequest.Builder> updateConsumableResourceRequest)Updates a consumable resource.default CompletableFuture<UpdateConsumableResourceResponse>BatchAsyncClient. updateConsumableResource(UpdateConsumableResourceRequest updateConsumableResourceRequest)Updates a consumable resource.
-