Uses of Class
software.amazon.awssdk.services.batch.model.FrontOfQuotaShareJobSummary
-
Packages that use FrontOfQuotaShareJobSummary Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FrontOfQuotaShareJobSummary in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type FrontOfQuotaShareJobSummary Modifier and Type Method Description Map<String,List<FrontOfQuotaShareJobSummary>>FrontOfQuotaSharesDetail. quotaShares()Contains a list of the firstRUNNABLEjob in each named quota share.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type FrontOfQuotaShareJobSummary Modifier and Type Method Description FrontOfQuotaSharesDetail.BuilderFrontOfQuotaSharesDetail.Builder. quotaShares(Map<String,? extends Collection<FrontOfQuotaShareJobSummary>> quotaShares)Contains a list of the firstRUNNABLEjob in each named quota share.
-