Uses of Class
software.amazon.awssdk.services.batch.model.FairshareCapacityUtilization
-
Packages that use FairshareCapacityUtilization Package Description software.amazon.awssdk.services.batch.model -
-
Uses of FairshareCapacityUtilization in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type FairshareCapacityUtilization Modifier and Type Method Description List<FairshareCapacityUtilization>FairshareUtilizationDetail. topCapacityUtilization()A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.Methods in software.amazon.awssdk.services.batch.model with parameters of type FairshareCapacityUtilization Modifier and Type Method Description FairshareUtilizationDetail.BuilderFairshareUtilizationDetail.Builder. topCapacityUtilization(FairshareCapacityUtilization... topCapacityUtilization)A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type FairshareCapacityUtilization Modifier and Type Method Description FairshareUtilizationDetail.BuilderFairshareUtilizationDetail.Builder. topCapacityUtilization(Collection<FairshareCapacityUtilization> topCapacityUtilization)A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.
-