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 UlimitUlimit. clone()UlimitUlimit. withHardLimit(Integer hardLimit)The hard limit for the ulimit type.UlimitUlimit. withName(UlimitName name)Thetypeof theulimit.UlimitUlimit. withName(String name)Thetypeof theulimit.UlimitUlimit. 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 ofulimitsto set in the container.Methods in com.amazonaws.services.ecs.model with parameters of type Ulimit Modifier and Type Method Description ContainerDefinitionContainerDefinition. withUlimits(Ulimit... ulimits)A list ofulimitsto set in the container.Method parameters in com.amazonaws.services.ecs.model with type arguments of type Ulimit Modifier and Type Method Description voidContainerDefinition. setUlimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.ContainerDefinitionContainerDefinition. withUlimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.
-