Uses of Class
com.oracle.bmc.devops.model.HelmSetValue
-
Packages that use HelmSetValue Package Description com.oracle.bmc.devops.model -
-
Uses of HelmSetValue in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return HelmSetValue Modifier and Type Method Description HelmSetValue
HelmSetValue.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type HelmSetValue Modifier and Type Method Description List<HelmSetValue>
HelmSetValueCollection. getItems()
List of parameters defined to set helm value.Methods in com.oracle.bmc.devops.model with parameters of type HelmSetValue Modifier and Type Method Description HelmSetValue.Builder
HelmSetValue.Builder. copy(HelmSetValue model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type HelmSetValue Modifier and Type Method Description HelmSetValueCollection.Builder
HelmSetValueCollection.Builder. items(List<HelmSetValue> items)
List of parameters defined to set helm value.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type HelmSetValue Constructor Description HelmSetValueCollection(List<HelmSetValue> items)
Deprecated.
-