Package | Description |
---|---|
com.amazonaws.services.batch.model |
Modifier and Type | Method and Description |
---|---|
Ulimit |
Ulimit.clone() |
Ulimit |
Ulimit.withHardLimit(Integer hardLimit)
The hard limit for the
ulimit type. |
Ulimit |
Ulimit.withName(String name)
The
type of the ulimit . |
Ulimit |
Ulimit.withSoftLimit(Integer softLimit)
The soft limit for the
ulimit type. |
Modifier and Type | Method and Description |
---|---|
List<Ulimit> |
ContainerDetail.getUlimits()
A list of
ulimit values to set in the container. |
List<Ulimit> |
ContainerProperties.getUlimits()
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
ContainerDetail |
ContainerDetail.withUlimits(Ulimit... ulimits)
A list of
ulimit values to set in the container. |
ContainerProperties |
ContainerProperties.withUlimits(Ulimit... ulimits)
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
void |
ContainerDetail.setUlimits(Collection<Ulimit> ulimits)
A list of
ulimit values to set in the container. |
void |
ContainerProperties.setUlimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
ContainerDetail |
ContainerDetail.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimit values to set in the container. |
ContainerProperties |
ContainerProperties.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
Copyright © 2023. All rights reserved.