Uses of Class
software.amazon.awssdk.services.batch.model.ListServiceJobsRequest
-
Packages that use ListServiceJobsRequest Package Description software.amazon.awssdk.services.batch Batch software.amazon.awssdk.services.batch.paginators software.amazon.awssdk.services.batch.transform -
-
Uses of ListServiceJobsRequest in software.amazon.awssdk.services.batch
Methods in software.amazon.awssdk.services.batch with parameters of type ListServiceJobsRequest Modifier and Type Method Description default CompletableFuture<ListServiceJobsResponse>BatchAsyncClient. listServiceJobs(ListServiceJobsRequest 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.default ListServiceJobsPublisherBatchAsyncClient. listServiceJobsPaginator(ListServiceJobsRequest listServiceJobsRequest)This is a variant ofBatchAsyncClient.listServiceJobs(software.amazon.awssdk.services.batch.model.ListServiceJobsRequest)operation.default ListServiceJobsIterableBatchClient. listServiceJobsPaginator(ListServiceJobsRequest listServiceJobsRequest)This is a variant ofBatchClient.listServiceJobs(software.amazon.awssdk.services.batch.model.ListServiceJobsRequest)operation. -
Uses of ListServiceJobsRequest in software.amazon.awssdk.services.batch.paginators
Constructors in software.amazon.awssdk.services.batch.paginators with parameters of type ListServiceJobsRequest Constructor Description ListServiceJobsIterable(BatchClient client, ListServiceJobsRequest firstRequest)ListServiceJobsPublisher(BatchAsyncClient client, ListServiceJobsRequest firstRequest) -
Uses of ListServiceJobsRequest in software.amazon.awssdk.services.batch.transform
Methods in software.amazon.awssdk.services.batch.transform with parameters of type ListServiceJobsRequest Modifier and Type Method Description SdkHttpFullRequestListServiceJobsRequestMarshaller. marshall(ListServiceJobsRequest listServiceJobsRequest)
-