Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobCapacityUsageDetail
-
Packages that use ServiceJobCapacityUsageDetail Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobCapacityUsageDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceJobCapacityUsageDetail Modifier and Type Method Description List<ServiceJobCapacityUsageDetail>DescribeServiceJobResponse. capacityUsage()The configured capacity for the service job, such as the number of instances.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobCapacityUsageDetail Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. capacityUsage(ServiceJobCapacityUsageDetail... capacityUsage)The configured capacity for the service job, such as the number of instances.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceJobCapacityUsageDetail Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. capacityUsage(Collection<ServiceJobCapacityUsageDetail> capacityUsage)The configured capacity for the service job, such as the number of instances.
-