Uses of Enum Class
software.amazon.awscdk.services.ecs.FileSystemType
Packages that use FileSystemType
-
Uses of FileSystemType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return FileSystemTypeModifier and TypeMethodDescriptiondefault FileSystemTypeServiceManagedEBSVolumeConfiguration.getFileSystemType()The Linux filesystem type for the volume.final FileSystemTypeServiceManagedEBSVolumeConfiguration.Jsii$Proxy.getFileSystemType()static FileSystemTypeReturns the enum constant of this class with the specified name.static FileSystemType[]FileSystemType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type FileSystemTypeModifier and TypeMethodDescriptionServiceManagedEBSVolumeConfiguration.Builder.fileSystemType(FileSystemType fileSystemType) Sets the value ofServiceManagedEBSVolumeConfiguration.getFileSystemType()