Uses of Class
software.amazon.awssdk.services.batch.model.ListJobsByConsumableResourceResponse
-
Packages that use ListJobsByConsumableResourceResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListJobsByConsumableResourceResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListJobsByConsumableResourceResponse Modifier and Type Method Description default ListJobsByConsumableResourceResponseBatchClient. listJobsByConsumableResource(Consumer<ListJobsByConsumableResourceRequest.Builder> listJobsByConsumableResourceRequest)Returns a list of Batch jobs that require a specific consumable resource.default ListJobsByConsumableResourceResponseBatchClient. listJobsByConsumableResource(ListJobsByConsumableResourceRequest listJobsByConsumableResourceRequest)Returns a list of Batch jobs that require a specific consumable resource.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListJobsByConsumableResourceResponse Modifier and Type Method Description default CompletableFuture<ListJobsByConsumableResourceResponse>BatchAsyncClient. listJobsByConsumableResource(Consumer<ListJobsByConsumableResourceRequest.Builder> listJobsByConsumableResourceRequest)Returns a list of Batch jobs that require a specific consumable resource.default CompletableFuture<ListJobsByConsumableResourceResponse>BatchAsyncClient. listJobsByConsumableResource(ListJobsByConsumableResourceRequest listJobsByConsumableResourceRequest)Returns a list of Batch jobs that require a specific consumable resource. -
Uses of ListJobsByConsumableResourceResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListJobsByConsumableResourceResponse Modifier and Type Method Description Iterator<ListJobsByConsumableResourceResponse>ListJobsByConsumableResourceIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListJobsByConsumableResourceResponse Modifier and Type Method Description voidListJobsByConsumableResourcePublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsByConsumableResourceResponse> subscriber)
-