| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
Tmpfs |
Tmpfs.clone() |
Tmpfs |
Tmpfs.withContainerPath(String containerPath)
The absolute file path in the container where the
tmpfs volume is mounted. |
Tmpfs |
Tmpfs.withMountOptions(Collection<String> mountOptions)
The list of
tmpfs volume mount options. |
Tmpfs |
Tmpfs.withMountOptions(String... mountOptions)
The list of
tmpfs volume mount options. |
Tmpfs |
Tmpfs.withSize(Integer size)
The size (in MiB) of the
tmpfs volume. |
| Modifier and Type | Method and Description |
|---|---|
List<Tmpfs> |
LinuxParameters.getTmpfs()
The container path, mount options, and size (in MiB) of the
tmpfs mount. |
| Modifier and Type | Method and Description |
|---|---|
LinuxParameters |
LinuxParameters.withTmpfs(Tmpfs... tmpfs)
The container path, mount options, and size (in MiB) of the
tmpfs mount. |
| Modifier and Type | Method and Description |
|---|---|
void |
LinuxParameters.setTmpfs(Collection<Tmpfs> tmpfs)
The container path, mount options, and size (in MiB) of the
tmpfs mount. |
LinuxParameters |
LinuxParameters.withTmpfs(Collection<Tmpfs> tmpfs)
The container path, mount options, and size (in MiB) of the
tmpfs mount. |
Copyright © 2023. All rights reserved.