Uses of Class
software.amazon.awssdk.services.ecs.model.Ulimit
-
Packages that use Ulimit Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of Ulimit in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type Ulimit Modifier and Type Method Description List<Ulimit>ContainerDefinition. ulimits()A list ofulimitsto set in the container.Methods in software.amazon.awssdk.services.ecs.model with parameters of type Ulimit Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. ulimits(Ulimit... ulimits)A list ofulimitsto set in the container.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type Ulimit Modifier and Type Method Description ContainerDefinition.BuilderContainerDefinition.Builder. ulimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.
-