Uses of Class
software.amazon.awssdk.services.batch.model.ListJobsResponse
-
Packages that use ListJobsResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListJobsResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListJobsResponse Modifier and Type Method Description default ListJobsResponseBatchClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Returns a list of Batch jobs.default ListJobsResponseBatchClient. listJobs(ListJobsRequest listJobsRequest)Returns a list of Batch jobs.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListJobsResponse Modifier and Type Method Description default CompletableFuture<ListJobsResponse>BatchAsyncClient. listJobs(Consumer<ListJobsRequest.Builder> listJobsRequest)Returns a list of Batch jobs.default CompletableFuture<ListJobsResponse>BatchAsyncClient. listJobs(ListJobsRequest listJobsRequest)Returns a list of Batch jobs. -
Uses of ListJobsResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListJobsResponse Modifier and Type Method Description Iterator<ListJobsResponse>ListJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListJobsResponse Modifier and Type Method Description voidListJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListJobsResponse> subscriber)
-