| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
FrontOfQueueJobSummary |
FrontOfQueueJobSummary.clone() |
FrontOfQueueJobSummary |
FrontOfQueueJobSummary.withEarliestTimeAtPosition(Long earliestTimeAtPosition)
The Unix timestamp (in milliseconds) for when the job transitioned to its current position in the job queue.
|
FrontOfQueueJobSummary |
FrontOfQueueJobSummary.withJobArn(String jobArn)
The ARN for a job in a named job queue.
|
| Modifier and Type | Method and Description |
|---|---|
List<FrontOfQueueJobSummary> |
FrontOfQueueDetail.getJobs()
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
| Modifier and Type | Method and Description |
|---|---|
FrontOfQueueDetail |
FrontOfQueueDetail.withJobs(FrontOfQueueJobSummary... jobs)
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
| Modifier and Type | Method and Description |
|---|---|
void |
FrontOfQueueDetail.setJobs(Collection<FrontOfQueueJobSummary> jobs)
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
FrontOfQueueDetail |
FrontOfQueueDetail.withJobs(Collection<FrontOfQueueJobSummary> jobs)
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
Copyright © 2024. All rights reserved.