Uses of Class
com.exasol.extensionmanager.client.model.InstallationsResponse
-
Packages that use InstallationsResponse Package Description com.exasol.extensionmanager.client.api com.exasol.extensionmanager.client.model -
-
Uses of InstallationsResponse in com.exasol.extensionmanager.client.api
Methods in com.exasol.extensionmanager.client.api that return InstallationsResponse Modifier and Type Method Description InstallationsResponseInstallationApi. listInstalledExtensions(String dbHost, Integer dbPort)List installed extensions Get a list of all installed extensions. -
Uses of InstallationsResponse in com.exasol.extensionmanager.client.model
Methods in com.exasol.extensionmanager.client.model that return InstallationsResponse Modifier and Type Method Description InstallationsResponseInstallationsResponse. addInstallationsItem(InstallationsResponseInstallation installationsItem)InstallationsResponseInstallationsResponse. installations(List<InstallationsResponseInstallation> installations)
-