Uses of Class
io.lakefs.clients.api.model.ImportCreation
-
Packages that use ImportCreation Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ImportCreation in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type ImportCreation Modifier and Type Method Description ImportCreationResponseImportApi. importStart(String repository, String branch, ImportCreation importCreation)import data from object storeokhttp3.CallImportApi. importStartAsync(String repository, String branch, ImportCreation importCreation, ApiCallback<ImportCreationResponse> _callback)import data from object store (asynchronously)okhttp3.CallImportApi. importStartCall(String repository, String branch, ImportCreation importCreation, ApiCallback _callback)Build call for importStartApiResponse<ImportCreationResponse>ImportApi. importStartWithHttpInfo(String repository, String branch, ImportCreation importCreation)import data from object store -
Uses of ImportCreation in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ImportCreation Modifier and Type Method Description ImportCreationImportCreation. addPathsItem(ImportLocation pathsItem)ImportCreationImportCreation. commit(CommitCreation commit)ImportCreationImportCreation. paths(List<ImportLocation> paths)
-