Uses of Class
software.amazon.awssdk.services.batch.model.QuotaShareCapacityUsage
-
Packages that use QuotaShareCapacityUsage Package Description software.amazon.awssdk.services.batch.model -
-
Uses of QuotaShareCapacityUsage in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type QuotaShareCapacityUsage Modifier and Type Method Description List<QuotaShareCapacityUsage>QuotaShareCapacityUtilization. capacityUsage()The capacity usage information for this quota share, including the units of compute capacity and quantity being used.Methods in software.amazon.awssdk.services.batch.model with parameters of type QuotaShareCapacityUsage Modifier and Type Method Description QuotaShareCapacityUtilization.BuilderQuotaShareCapacityUtilization.Builder. capacityUsage(QuotaShareCapacityUsage... capacityUsage)The capacity usage information for this quota share, including the units of compute capacity and quantity being used.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type QuotaShareCapacityUsage Modifier and Type Method Description QuotaShareCapacityUtilization.BuilderQuotaShareCapacityUtilization.Builder. capacityUsage(Collection<QuotaShareCapacityUsage> capacityUsage)The capacity usage information for this quota share, including the units of compute capacity and quantity being used.
-