Package | Description |
---|---|
com.amazonaws.services.ecs.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.withName(UlimitName 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> |
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(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
ContainerDefinition |
ContainerDefinition.withUlimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
Copyright © 2018. All rights reserved.