Uses of Class
software.amazon.awssdk.services.batch.model.CapacityLimit
-
Packages that use CapacityLimit Package Description software.amazon.awssdk.services.batch.model -
-
Uses of CapacityLimit in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type CapacityLimit Modifier and Type Method Description List<CapacityLimit>CreateServiceEnvironmentRequest. capacityLimits()The capacity limits for the service environment.List<CapacityLimit>ServiceEnvironmentDetail. capacityLimits()The capacity limits for the service environment.List<CapacityLimit>UpdateServiceEnvironmentRequest. capacityLimits()The capacity limits for the service environment.Methods in software.amazon.awssdk.services.batch.model with parameters of type CapacityLimit Modifier and Type Method Description CreateServiceEnvironmentRequest.BuilderCreateServiceEnvironmentRequest.Builder. capacityLimits(CapacityLimit... capacityLimits)The capacity limits for the service environment.ServiceEnvironmentDetail.BuilderServiceEnvironmentDetail.Builder. capacityLimits(CapacityLimit... capacityLimits)The capacity limits for the service environment.UpdateServiceEnvironmentRequest.BuilderUpdateServiceEnvironmentRequest.Builder. capacityLimits(CapacityLimit... capacityLimits)The capacity limits for the service environment.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type CapacityLimit Modifier and Type Method Description CreateServiceEnvironmentRequest.BuilderCreateServiceEnvironmentRequest.Builder. capacityLimits(Collection<CapacityLimit> capacityLimits)The capacity limits for the service environment.ServiceEnvironmentDetail.BuilderServiceEnvironmentDetail.Builder. capacityLimits(Collection<CapacityLimit> capacityLimits)The capacity limits for the service environment.UpdateServiceEnvironmentRequest.BuilderUpdateServiceEnvironmentRequest.Builder. capacityLimits(Collection<CapacityLimit> capacityLimits)The capacity limits for the service environment.
-