| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
List<Ulimit> |
ContainerProperties.ulimits()
A list of
ulimits to set in the container. |
List<Ulimit> |
ContainerDetail.ulimits()
A list of
ulimit values to set in the container. |
| Modifier and Type | Method and Description |
|---|---|
ContainerProperties.Builder |
ContainerProperties.Builder.ulimits(Ulimit... ulimits)
A list of
ulimits to set in the container. |
ContainerDetail.Builder |
ContainerDetail.Builder.ulimits(Ulimit... ulimits)
A list of
ulimit values to set in the container. |
| Modifier and Type | Method and Description |
|---|---|
ContainerProperties.Builder |
ContainerProperties.Builder.ulimits(Collection<Ulimit> ulimits)
A list of
ulimits to set in the container. |
ContainerDetail.Builder |
ContainerDetail.Builder.ulimits(Collection<Ulimit> ulimits)
A list of
ulimit values to set in the container. |
Copyright © 2023. All rights reserved.