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