Uses of Class
io.lakefs.clients.api.model.ObjectCopyCreation
-
Packages that use ObjectCopyCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ObjectCopyCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type ObjectCopyCreation Modifier and Type Method Description ObjectStatsObjectsApi. copyObject(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation)create a copy of an objectokhttp3.CallObjectsApi. copyObjectAsync(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation, ApiCallback<ObjectStats> _callback)create a copy of an object (asynchronously)okhttp3.CallObjectsApi. copyObjectCall(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation, ApiCallback _callback)Build call for copyObjectApiResponse<ObjectStats>ObjectsApi. copyObjectWithHttpInfo(String repository, String branch, String destPath, ObjectCopyCreation objectCopyCreation)create a copy of an object -
Uses of ObjectCopyCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ObjectCopyCreation Modifier and Type Method Description ObjectCopyCreationObjectCopyCreation. srcPath(String srcPath)ObjectCopyCreationObjectCopyCreation. srcRef(String srcRef)
-