Uses of Class
software.amazon.awssdk.services.deadline.model.FileSystemLocationType
-
Packages that use FileSystemLocationType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of FileSystemLocationType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return FileSystemLocationType Modifier and Type Method Description static FileSystemLocationTypeFileSystemLocationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FileSystemLocationTypeFileSystemLocation. type()The type of file.static FileSystemLocationTypeFileSystemLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileSystemLocationType[]FileSystemLocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type FileSystemLocationType Modifier and Type Method Description static Set<FileSystemLocationType>FileSystemLocationType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type FileSystemLocationType Modifier and Type Method Description FileSystemLocation.BuilderFileSystemLocation.Builder. type(FileSystemLocationType type)The type of file.
-