| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tmpfs> |
LinuxParameters.tmpfs()
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxParameters.Builder |
LinuxParameters.Builder.tmpfs(Tmpfs... tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxParameters.Builder |
LinuxParameters.Builder.tmpfs(Collection<Tmpfs> tmpfs)
The container path, mount options, and size (in MiB) of the tmpfs mount.
|
Copyright © 2023. All rights reserved.