Uses of Class
io.lakefs.clients.api.model.ResetCreation
-
Packages that use ResetCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ResetCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type ResetCreation Modifier and Type Method Description voidBranchesApi. resetBranch(String repository, String branch, ResetCreation resetCreation)reset branchokhttp3.CallBranchesApi. resetBranchAsync(String repository, String branch, ResetCreation resetCreation, ApiCallback<Void> _callback)reset branch (asynchronously)okhttp3.CallBranchesApi. resetBranchCall(String repository, String branch, ResetCreation resetCreation, ApiCallback _callback)Build call for resetBranchApiResponse<Void>BranchesApi. resetBranchWithHttpInfo(String repository, String branch, ResetCreation resetCreation)reset branch -
Uses of ResetCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ResetCreation Modifier and Type Method Description ResetCreationResetCreation. path(String path)ResetCreationResetCreation. type(ResetCreation.TypeEnum type)
-