Uses of Class
software.amazon.awssdk.services.ecs.model.TaskFilesystemType
-
Packages that use TaskFilesystemType Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of TaskFilesystemType in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return TaskFilesystemType Modifier and Type Method Description TaskFilesystemTypeServiceManagedEBSVolumeConfiguration. filesystemType()The filesystem type for the volume.TaskFilesystemTypeTaskManagedEBSVolumeConfiguration. filesystemType()The Linux filesystem type for the volume.static TaskFilesystemTypeTaskFilesystemType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TaskFilesystemTypeTaskFilesystemType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskFilesystemType[]TaskFilesystemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type TaskFilesystemType Modifier and Type Method Description static Set<TaskFilesystemType>TaskFilesystemType. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type TaskFilesystemType Modifier and Type Method Description ServiceManagedEBSVolumeConfiguration.BuilderServiceManagedEBSVolumeConfiguration.Builder. filesystemType(TaskFilesystemType filesystemType)The filesystem type for the volume.TaskManagedEBSVolumeConfiguration.BuilderTaskManagedEBSVolumeConfiguration.Builder. filesystemType(TaskFilesystemType filesystemType)The Linux filesystem type for the volume.
-