Uses of Class
com.amazonaws.services.ecs.model.Ulimit
-
Packages that use Ulimit Package Description com.amazonaws.services.ecs.model -
-
Uses of Ulimit in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return Ulimit Modifier and Type Method Description Ulimit
Ulimit. clone()
Ulimit
Ulimit. withHardLimit(Integer hardLimit)
The hard limit for the ulimit type.Ulimit
Ulimit. withName(UlimitName name)
Thetype
of theulimit
.Ulimit
Ulimit. withName(String name)
Thetype
of theulimit
.Ulimit
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 Ulimit Modifier and Type Method Description List<Ulimit>
ContainerDefinition. getUlimits()
A list ofulimits
to set in the container.Methods in com.amazonaws.services.ecs.model with parameters of type Ulimit Modifier and Type Method Description ContainerDefinition
ContainerDefinition. withUlimits(Ulimit... ulimits)
A list ofulimits
to set in the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Ulimit Modifier and Type Method Description void
ContainerDefinition. setUlimits(Collection<Ulimit> ulimits)
A list ofulimits
to set in the container.ContainerDefinition
ContainerDefinition. withUlimits(Collection<Ulimit> ulimits)
A list ofulimits
to set in the container.
-