Uses of Class
software.amazon.awssdk.services.batch.model.DeleteConsumableResourceResponse
-
Packages that use DeleteConsumableResourceResponse Package Description software.amazon.awssdk.services.batch Batch -
-
Uses of DeleteConsumableResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return DeleteConsumableResourceResponse Modifier and Type Method Description default DeleteConsumableResourceResponseBatchClient. deleteConsumableResource(Consumer<DeleteConsumableResourceRequest.Builder> deleteConsumableResourceRequest)Deletes the specified consumable resource.default DeleteConsumableResourceResponseBatchClient. deleteConsumableResource(DeleteConsumableResourceRequest deleteConsumableResourceRequest)Deletes the specified consumable resource.Methods in software.amazon.awssdk.services.batch that return types with arguments of type DeleteConsumableResourceResponse Modifier and Type Method Description default CompletableFuture<DeleteConsumableResourceResponse>BatchAsyncClient. deleteConsumableResource(Consumer<DeleteConsumableResourceRequest.Builder> deleteConsumableResourceRequest)Deletes the specified consumable resource.default CompletableFuture<DeleteConsumableResourceResponse>BatchAsyncClient. deleteConsumableResource(DeleteConsumableResourceRequest deleteConsumableResourceRequest)Deletes the specified consumable resource.
-