Uses of Class
software.amazon.awssdk.services.batch.model.FrontOfQueueDetail
-
Packages that use FrontOfQueueDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FrontOfQueueDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return FrontOfQueueDetail Modifier and Type Method Description FrontOfQueueDetail
GetJobQueueSnapshotResponse. frontOfQueue()
The list of the first 100RUNNABLE
jobs in each job queue.Methods in software.amazon.awssdk.services.batch.model with parameters of type FrontOfQueueDetail Modifier and Type Method Description GetJobQueueSnapshotResponse.Builder
GetJobQueueSnapshotResponse.Builder. frontOfQueue(FrontOfQueueDetail frontOfQueue)
The list of the first 100RUNNABLE
jobs in each job queue.
-