Uses of Class
software.amazon.awssdk.services.fsx.model.StorageType
-
Packages that use StorageType Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of StorageType in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return StorageType Modifier and Type Method Description static StorageTypeStorageType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StorageTypeCreateFileSystemFromBackupRequest. storageType()Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.StorageTypeCreateFileSystemRequest. storageType()Sets the storage class for the file system that you're creating.StorageTypeFileSystem. storageType()The type of storage the file system is using.StorageTypeUpdateFileSystemRequest. storageType()Returns the value of the StorageType property for this object.static StorageTypeStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type StorageType Modifier and Type Method Description static Set<StorageType>StorageType. knownValues()Methods in software.amazon.awssdk.services.fsx.model with parameters of type StorageType Modifier and Type Method Description CreateFileSystemFromBackupRequest.BuilderCreateFileSystemFromBackupRequest.Builder. storageType(StorageType storageType)Sets the storage type for the Windows or OpenZFS file system that you're creating from a backup.CreateFileSystemRequest.BuilderCreateFileSystemRequest.Builder. storageType(StorageType storageType)Sets the storage class for the file system that you're creating.FileSystem.BuilderFileSystem.Builder. storageType(StorageType storageType)The type of storage the file system is using.UpdateFileSystemRequest.BuilderUpdateFileSystemRequest.Builder. storageType(StorageType storageType)Sets the value of the StorageType property for this object.
-