Uses of Class
com.databricks.sdk.service.catalog.VolumeType
-
Packages that use VolumeType Package Description com.databricks.sdk.service.catalog -
-
Uses of VolumeType in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return VolumeType Modifier and Type Method Description VolumeTypeCreateVolumeRequestContent. getVolumeType()VolumeTypeVolumeInfo. getVolumeType()static VolumeTypeVolumeType. valueOf(String name)Returns the enum constant of this type with the specified name.static VolumeType[]VolumeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.catalog with parameters of type VolumeType Modifier and Type Method Description VolumeInfoVolumesAPI. create(String catalogName, String name, String schemaName, VolumeType volumeType)CreateVolumeRequestContentCreateVolumeRequestContent. setVolumeType(VolumeType volumeType)VolumeInfoVolumeInfo. setVolumeType(VolumeType volumeType)
-