Uses of Class
com.oracle.bmc.dataintegration.model.ConfigParameterValue
-
Packages that use ConfigParameterValue Package Description com.oracle.bmc.dataintegration.model -
-
Uses of ConfigParameterValue in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ConfigParameterValue Modifier and Type Method Description ConfigParameterValue
ConfigParameterValue.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ConfigParameterValue Modifier and Type Method Description Map<String,ConfigParameterValue>
ConfigValues. getConfigParamValues()
The configuration parameter values.Methods in com.oracle.bmc.dataintegration.model with parameters of type ConfigParameterValue Modifier and Type Method Description ConfigParameterValue.Builder
ConfigParameterValue.Builder. copy(ConfigParameterValue model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ConfigParameterValue Modifier and Type Method Description ConfigValues.Builder
ConfigValues.Builder. configParamValues(Map<String,ConfigParameterValue> configParamValues)
The configuration parameter values.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ConfigParameterValue Constructor Description ConfigValues(Map<String,ConfigParameterValue> configParamValues, ParentReference parentRef)
Deprecated.
-