Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Variable
-
Packages that use Variable Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Variable in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Variable Modifier and Type Method Description Variable
Variable.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type Variable Modifier and Type Method Description List<Variable>
FleetCredentialEntitySpecificDetails. getVariables()
List of fleet credential variables.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Variable Modifier and Type Method Description Variable.Builder
Variable.Builder. copy(Variable model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Variable Modifier and Type Method Description FleetCredentialEntitySpecificDetails.Builder
FleetCredentialEntitySpecificDetails.Builder. variables(List<Variable> variables)
List of fleet credential variables.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type Variable Constructor Description FleetCredentialEntitySpecificDetails(List<Variable> variables)
Deprecated.
-