Uses of Enum
software.amazon.awscdk.services.ecs.TmpfsMountOption
Packages that use TmpfsMountOption
-
Uses of TmpfsMountOption in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return TmpfsMountOptionModifier and TypeMethodDescriptionstatic TmpfsMountOptionReturns the enum constant of this type with the specified name.static TmpfsMountOption[]TmpfsMountOption.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs that return types with arguments of type TmpfsMountOptionModifier and TypeMethodDescriptiondefault List<TmpfsMountOption> Tmpfs.getMountOptions()The list of tmpfs volume mount options.final List<TmpfsMountOption> Tmpfs.Jsii$Proxy.getMountOptions()Method parameters in software.amazon.awscdk.services.ecs with type arguments of type TmpfsMountOptionModifier and TypeMethodDescriptionTmpfs.Builder.mountOptions(List<? extends TmpfsMountOption> mountOptions) Sets the value ofTmpfs.getMountOptions()