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