Uses of Class
software.amazon.awssdk.services.storagegateway.model.FileShareType
-
Packages that use FileShareType Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of FileShareType in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return FileShareType Modifier and Type Method Description FileShareTypeFileShareInfo. fileShareType()Returns the value of the FileShareType property for this object.static FileShareTypeFileShareType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FileShareTypeFileShareType. valueOf(String name)Returns the enum constant of this type with the specified name.static FileShareType[]FileShareType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type FileShareType Modifier and Type Method Description static Set<FileShareType>FileShareType. knownValues()Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type FileShareType Modifier and Type Method Description FileShareInfo.BuilderFileShareInfo.Builder. fileShareType(FileShareType fileShareType)Sets the value of the FileShareType property for this object.
-