Uses of Class
software.amazon.awssdk.services.batch.model.Tmpfs
-
Packages that use Tmpfs Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Tmpfs in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Tmpfs Modifier and Type Method Description List<Tmpfs>LinuxParameters. tmpfs()The container path, mount options, and size (in MiB) of thetmpfsmount.Methods in software.amazon.awssdk.services.batch.model with parameters of type Tmpfs Modifier and Type Method Description LinuxParameters.BuilderLinuxParameters.Builder. tmpfs(Tmpfs... tmpfs)The container path, mount options, and size (in MiB) of thetmpfsmount.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type Tmpfs Modifier and Type Method Description LinuxParameters.BuilderLinuxParameters.Builder. tmpfs(Collection<Tmpfs> tmpfs)The container path, mount options, and size (in MiB) of thetmpfsmount.
-