Package | Description |
---|---|
com.amazonaws.services.ecs.model | |
com.amazonaws.services.ecs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Ulimit> |
ContainerDefinition.ulimits
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
Ulimit |
Ulimit.clone() |
Ulimit |
Ulimit.withHardLimit(java.lang.Integer hardLimit)
The hard limit for the ulimit type.
|
Ulimit |
Ulimit.withName(java.lang.String name)
The
type of the ulimit . |
Ulimit |
Ulimit.withName(UlimitName name)
The
type of the ulimit . |
Ulimit |
Ulimit.withSoftLimit(java.lang.Integer softLimit)
The soft limit for the ulimit type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Ulimit> |
ContainerDefinition.getUlimits()
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
ContainerDefinition |
ContainerDefinition.withUlimits(Ulimit... ulimits)
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
void |
ContainerDefinition.setUlimits(java.util.Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
ContainerDefinition |
ContainerDefinition.withUlimits(java.util.Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
Modifier and Type | Method and Description |
---|---|
Ulimit |
UlimitJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UlimitJsonMarshaller.marshall(Ulimit ulimit,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|