Uses of Class
com.oracle.bmc.devops.model.HelmDiffArgument
-
Packages that use HelmDiffArgument Package Description com.oracle.bmc.devops.model -
-
Uses of HelmDiffArgument in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return HelmDiffArgument Modifier and Type Method Description HelmDiffArgument
HelmDiffArgument.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type HelmDiffArgument Modifier and Type Method Description List<HelmDiffArgument>
HelmDiffArgumentCollection. getItems()
List of arguments provided at the time of deployment.Methods in com.oracle.bmc.devops.model with parameters of type HelmDiffArgument Modifier and Type Method Description HelmDiffArgument.Builder
HelmDiffArgument.Builder. copy(HelmDiffArgument model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type HelmDiffArgument Modifier and Type Method Description HelmDiffArgumentCollection.Builder
HelmDiffArgumentCollection.Builder. items(List<HelmDiffArgument> items)
List of arguments provided at the time of deployment.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type HelmDiffArgument Constructor Description HelmDiffArgumentCollection(List<HelmDiffArgument> items)
Deprecated.
-