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) Thetype
of theulimit
.Thetype
of 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 ofulimits
to set in the container.Methods in com.amazonaws.services.ecs.model with parameters of type UlimitModifier and TypeMethodDescriptionContainerDefinition.withUlimits
(Ulimit... ulimits) A list ofulimits
to set in the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type UlimitModifier and TypeMethodDescriptionvoid
ContainerDefinition.setUlimits
(Collection<Ulimit> ulimits) A list ofulimits
to set in the container.ContainerDefinition.withUlimits
(Collection<Ulimit> ulimits) A list ofulimits
to set in the container.