Uses of Class
com.oracle.bmc.datascience.model.StorageMountConfigurationDetails.StorageType
-
Packages that use StorageMountConfigurationDetails.StorageType Package Description com.oracle.bmc.datascience.model -
-
Uses of StorageMountConfigurationDetails.StorageType in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return StorageMountConfigurationDetails.StorageType Modifier and Type Method Description static StorageMountConfigurationDetails.StorageType
StorageMountConfigurationDetails.StorageType. create(String key)
static StorageMountConfigurationDetails.StorageType
StorageMountConfigurationDetails.StorageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageMountConfigurationDetails.StorageType[]
StorageMountConfigurationDetails.StorageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-