Uses of Class
com.amazonaws.services.ecs.model.Ulimit
Packages that use Ulimit
-
Uses of Ulimit in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UlimitModifier and TypeMethodDescriptionUlimit.clone()Ulimit.withHardLimit(Integer hardLimit) The hard limit for the ulimit type.Ulimit.withName(UlimitName name) Thetypeof theulimit.Thetypeof theulimit.Ulimit.withSoftLimit(Integer softLimit) The soft limit for the ulimit type.Methods in com.amazonaws.services.ecs.model that return types with arguments of type UlimitModifier and TypeMethodDescriptionContainerDefinition.getUlimits()A list ofulimitsto set in the container.Methods in com.amazonaws.services.ecs.model with parameters of type UlimitModifier and TypeMethodDescriptionContainerDefinition.withUlimits(Ulimit... ulimits) A list ofulimitsto set in the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type UlimitModifier and TypeMethodDescriptionvoidContainerDefinition.setUlimits(Collection<Ulimit> ulimits) A list ofulimitsto set in the container.ContainerDefinition.withUlimits(Collection<Ulimit> ulimits) A list ofulimitsto set in the container.