Uses of Class
software.amazon.awssdk.services.batch.model.FrontOfQueueJobSummary
-
Packages that use FrontOfQueueJobSummary Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FrontOfQueueJobSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type FrontOfQueueJobSummary Modifier and Type Method Description List<FrontOfQueueJobSummary>FrontOfQueueDetail. jobs()The Amazon Resource Names (ARNs) of the first 100RUNNABLEjobs in a named job queue.Methods in software.amazon.awssdk.services.batch.model with parameters of type FrontOfQueueJobSummary Modifier and Type Method Description FrontOfQueueDetail.BuilderFrontOfQueueDetail.Builder. jobs(FrontOfQueueJobSummary... jobs)The Amazon Resource Names (ARNs) of the first 100RUNNABLEjobs in a named job queue.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type FrontOfQueueJobSummary Modifier and Type Method Description FrontOfQueueDetail.BuilderFrontOfQueueDetail.Builder. jobs(Collection<FrontOfQueueJobSummary> jobs)The Amazon Resource Names (ARNs) of the first 100RUNNABLEjobs in a named job queue.
-