Uses of Class
com.databricks.sdk.service.files.Move
-
Packages that use Move Package Description com.databricks.sdk.service.files -
-
Uses of Move in com.databricks.sdk.service.files
Methods in com.databricks.sdk.service.files that return Move Modifier and Type Method Description Move
Move. setDestinationPath(String destinationPath)
Move
Move. setSourcePath(String sourcePath)
Methods in com.databricks.sdk.service.files with parameters of type Move Modifier and Type Method Description void
DbfsAPI. move(Move request)
Move a file.void
DbfsService. move(Move move)
Move a file.
-