Uses of Class
com.exasol.extensionmanager.client.model.ParameterValue
-
Packages that use ParameterValue Package Description com.exasol.extensionmanager.client.model -
-
Uses of ParameterValue in com.exasol.extensionmanager.client.model
Methods in com.exasol.extensionmanager.client.model that return ParameterValue Modifier and Type Method Description ParameterValueParameterValue. name(String name)ParameterValueParameterValue. value(String value)Methods in com.exasol.extensionmanager.client.model that return types with arguments of type ParameterValue Modifier and Type Method Description List<ParameterValue>CreateInstanceRequest. getParameterValues()Get parameterValuesMethods in com.exasol.extensionmanager.client.model with parameters of type ParameterValue Modifier and Type Method Description CreateInstanceRequestCreateInstanceRequest. addParameterValuesItem(ParameterValue parameterValuesItem)Method parameters in com.exasol.extensionmanager.client.model with type arguments of type ParameterValue Modifier and Type Method Description CreateInstanceRequestCreateInstanceRequest. parameterValues(List<ParameterValue> parameterValues)voidCreateInstanceRequest. setParameterValues(List<ParameterValue> parameterValues)
-