Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InstanceVariableDependsOn
-
Packages that use InstanceVariableDependsOn Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InstanceVariableDependsOn in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InstanceVariableDependsOn Modifier and Type Method Description InstanceVariableDependsOnInstanceVariableDependsOn.Builder. build()InstanceVariableDependsOnInstanceVariable. getDependsOn()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InstanceVariableDependsOn Modifier and Type Method Description InstanceVariableDependsOn.BuilderInstanceVariableDependsOn.Builder. copy(InstanceVariableDependsOn model)InstanceVariable.BuilderInstanceVariable.Builder. dependsOn(InstanceVariableDependsOn dependsOn)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type InstanceVariableDependsOn Constructor Description InstanceVariable(String title, String description, Boolean isRequired, String visible, InstanceVariableDependsOn dependsOn)Deprecated.
-