Uses of Class
io.lakefs.clients.api.model.UpdateToken
-
Packages that use UpdateToken Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of UpdateToken in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type UpdateToken Modifier and Type Method Description voidStagingApi. updateBranchToken(String repository, String branch, UpdateToken updateToken)modify branch staging tokenokhttp3.CallStagingApi. updateBranchTokenAsync(String repository, String branch, UpdateToken updateToken, ApiCallback<Void> _callback)modify branch staging token (asynchronously)okhttp3.CallStagingApi. updateBranchTokenCall(String repository, String branch, UpdateToken updateToken, ApiCallback _callback)Build call for updateBranchTokenApiResponse<Void>StagingApi. updateBranchTokenWithHttpInfo(String repository, String branch, UpdateToken updateToken)modify branch staging token -
Uses of UpdateToken in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return UpdateToken Modifier and Type Method Description UpdateTokenUpdateToken. stagingToken(String stagingToken)
-