Uses of Class
io.lakefs.clients.sdk.model.Config
-
Packages that use Config Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of Config in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk that return Config Modifier and Type Method Description ConfigConfigApi.APIgetConfigRequest. execute()Execute getConfig requestMethods in io.lakefs.clients.sdk that return types with arguments of type Config Modifier and Type Method Description ApiResponse<Config>ConfigApi.APIgetConfigRequest. executeWithHttpInfo()Execute getConfig request with HTTP info returnedMethod parameters in io.lakefs.clients.sdk with type arguments of type Config Modifier and Type Method Description okhttp3.CallConfigApi.APIgetConfigRequest. executeAsync(ApiCallback<Config> _callback)Execute getConfig request (asynchronously) -
Uses of Config in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.model that return Config Modifier and Type Method Description static ConfigConfig. fromJson(String jsonString)Create an instance of Config given an JSON stringConfigConfig. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ConfigConfig. storageConfig(StorageConfig storageConfig)ConfigConfig. versionConfig(VersionConfig versionConfig)
-