| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
FrontOfQueueDetail |
FrontOfQueueDetail.clone() |
FrontOfQueueDetail |
GetJobQueueSnapshotResult.getFrontOfQueue()
The list of the first 100
RUNNABLE jobs in each job queue. |
FrontOfQueueDetail |
FrontOfQueueDetail.withJobs(Collection<FrontOfQueueJobSummary> jobs)
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
FrontOfQueueDetail |
FrontOfQueueDetail.withJobs(FrontOfQueueJobSummary... jobs)
The Amazon Resource Names (ARNs) of the first 100
RUNNABLE jobs in a named job queue. |
FrontOfQueueDetail |
FrontOfQueueDetail.withLastUpdatedAt(Long lastUpdatedAt)
The Unix timestamp (in milliseconds) for when each of the first 100
RUNNABLE jobs were last updated. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobQueueSnapshotResult.setFrontOfQueue(FrontOfQueueDetail frontOfQueue)
The list of the first 100
RUNNABLE jobs in each job queue. |
GetJobQueueSnapshotResult |
GetJobQueueSnapshotResult.withFrontOfQueue(FrontOfQueueDetail frontOfQueue)
The list of the first 100
RUNNABLE jobs in each job queue. |
Copyright © 2024. All rights reserved.