Uses of Class
io.lakefs.clients.api.model.Setup
-
Packages that use Setup Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of Setup in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type Setup Modifier and Type Method Description CredentialsWithSecretInternalApi. setup(Setup setup)setup lakeFS and create a first userokhttp3.CallInternalApi. setupAsync(Setup setup, ApiCallback<CredentialsWithSecret> _callback)setup lakeFS and create a first user (asynchronously)okhttp3.CallInternalApi. setupCall(Setup setup, ApiCallback _callback)Build call for setupApiResponse<CredentialsWithSecret>InternalApi. setupWithHttpInfo(Setup setup)setup lakeFS and create a first user -
Uses of Setup in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return Setup Modifier and Type Method Description SetupSetup. key(AccessKeyCredentials key)SetupSetup. username(String username)
-