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