Uses of Class
software.amazon.awssdk.services.batch.model.ListServiceJobsResponse
-
Packages that use ListServiceJobsResponse Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators -
-
Uses of ListServiceJobsResponse in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch that return ListServiceJobsResponse Modifier and Type Method Description default ListServiceJobsResponseBatchClient. listServiceJobs(Consumer<ListServiceJobsRequest.Builder> listServiceJobsRequest)Returns a list of service jobs for a specified job queue.default ListServiceJobsResponseBatchClient. listServiceJobs(ListServiceJobsRequest listServiceJobsRequest)Returns a list of service jobs for a specified job queue.Methods in software.amazon.awssdk.services.batch that return types with arguments of type ListServiceJobsResponse Modifier and Type Method Description default CompletableFuture<ListServiceJobsResponse>BatchAsyncClient. listServiceJobs(Consumer<ListServiceJobsRequest.Builder> listServiceJobsRequest)Returns a list of service jobs for a specified job queue.default CompletableFuture<ListServiceJobsResponse>BatchAsyncClient. listServiceJobs(ListServiceJobsRequest listServiceJobsRequest)Returns a list of service jobs for a specified job queue. -
Uses of ListServiceJobsResponse in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ListServiceJobsResponse Modifier and Type Method Description Iterator<ListServiceJobsResponse>ListServiceJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.batch.paginators with type arguments of type ListServiceJobsResponse Modifier and Type Method Description voidListServiceJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListServiceJobsResponse> subscriber)
-