Uses of Class
software.amazon.awssdk.services.batch.model.Ulimit
-
Packages that use Ulimit Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Ulimit in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Ulimit Modifier and Type Method Description List<Ulimit>ContainerDetail. ulimits()A list ofulimitvalues to set in the container.List<Ulimit>ContainerProperties. ulimits()A list ofulimitsto set in the container.List<Ulimit>TaskContainerDetails. ulimits()A list ofulimitsto set in the container.List<Ulimit>TaskContainerProperties. ulimits()A list ofulimitsto set in the container.Methods in software.amazon.awssdk.services.batch.model with parameters of type Ulimit Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. ulimits(Ulimit... ulimits)A list ofulimitvalues to set in the container.ContainerProperties.BuilderContainerProperties.Builder. ulimits(Ulimit... ulimits)A list ofulimitsto set in the container.TaskContainerDetails.BuilderTaskContainerDetails.Builder. ulimits(Ulimit... ulimits)A list ofulimitsto set in the container.TaskContainerProperties.BuilderTaskContainerProperties.Builder. ulimits(Ulimit... ulimits)A list ofulimitsto set in the container.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Ulimit Modifier and Type Method Description ContainerDetail.BuilderContainerDetail.Builder. ulimits(Collection<Ulimit> ulimits)A list ofulimitvalues to set in the container.ContainerProperties.BuilderContainerProperties.Builder. ulimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.TaskContainerDetails.BuilderTaskContainerDetails.Builder. ulimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.TaskContainerProperties.BuilderTaskContainerProperties.Builder. ulimits(Collection<Ulimit> ulimits)A list ofulimitsto set in the container.
-