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