Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Tmpfs |
Tmpfs.clone() |
Tmpfs |
Tmpfs.withContainerPath(String containerPath)
The absolute file path where the tmpfs volume is to be 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 © 2019. All rights reserved.