| Package | Description |
|---|---|
| com.amazonaws.services.batch |
|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListJobsResult> |
AbstractAWSBatchAsync.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
Future<ListJobsResult> |
AWSBatchAsync.listJobsAsync(ListJobsRequest listJobsRequest,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler)
Returns a list of Batch jobs.
|
Future<ListJobsResult> |
AWSBatchAsyncClient.listJobsAsync(ListJobsRequest request,
AsyncHandler<ListJobsRequest,ListJobsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListJobsRequest |
ListJobsRequest.clone() |
ListJobsRequest |
ListJobsRequest.withArrayJobId(String arrayJobId)
The job ID for an array job.
|
ListJobsRequest |
ListJobsRequest.withFilters(Collection<KeyValuesPair> filters)
The filter to apply to the query.
|
ListJobsRequest |
ListJobsRequest.withFilters(KeyValuesPair... filters)
The filter to apply to the query.
|
ListJobsRequest |
ListJobsRequest.withJobQueue(String jobQueue)
The name or full Amazon Resource Name (ARN) of the job queue used to list jobs.
|
ListJobsRequest |
ListJobsRequest.withJobStatus(JobStatus jobStatus)
The job status used to filter jobs in the specified queue.
|
ListJobsRequest |
ListJobsRequest.withJobStatus(String jobStatus)
The job status used to filter jobs in the specified queue.
|
ListJobsRequest |
ListJobsRequest.withMaxResults(Integer maxResults)
The maximum number of results returned by
ListJobs in paginated output. |
ListJobsRequest |
ListJobsRequest.withMultiNodeJobId(String multiNodeJobId)
The job ID for a multi-node parallel job.
|
ListJobsRequest |
ListJobsRequest.withNextToken(String nextToken)
The
nextToken value returned from a previous paginated ListJobs request where
maxResults was used and the results exceeded the value of that parameter. |
Copyright © 2022. All rights reserved.