Uses of Class
io.lakefs.clients.api.model.ImportCreationResponse
-
Packages that use ImportCreationResponse Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of ImportCreationResponse in io.lakefs.clients.api
Methods in io.lakefs.clients.api that return ImportCreationResponse Modifier and Type Method Description ImportCreationResponseImportApi. importStart(String repository, String branch, ImportCreation importCreation)import data from object storeMethods in io.lakefs.clients.api that return types with arguments of type ImportCreationResponse Modifier and Type Method Description ApiResponse<ImportCreationResponse>ImportApi. importStartWithHttpInfo(String repository, String branch, ImportCreation importCreation)import data from object storeMethod parameters in io.lakefs.clients.api with type arguments of type ImportCreationResponse Modifier and Type Method Description okhttp3.CallImportApi. importStartAsync(String repository, String branch, ImportCreation importCreation, ApiCallback<ImportCreationResponse> _callback)import data from object store (asynchronously) -
Uses of ImportCreationResponse in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return ImportCreationResponse Modifier and Type Method Description ImportCreationResponseImportCreationResponse. id(String id)
-