Uses of Class
com.oracle.bmc.fleetappsmanagement.model.OutputVariableMapping
-
Packages that use OutputVariableMapping Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of OutputVariableMapping in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return OutputVariableMapping Modifier and Type Method Description OutputVariableMapping
OutputVariableMapping.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type OutputVariableMapping Modifier and Type Method Description List<OutputVariableMapping>
Task. getOutputVariableMappings()
Mapping output variables of previous tasks to the input variables of the current task.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type OutputVariableMapping Modifier and Type Method Description OutputVariableMapping.Builder
OutputVariableMapping.Builder. copy(OutputVariableMapping model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type OutputVariableMapping Modifier and Type Method Description Task.Builder
Task.Builder. outputVariableMappings(List<OutputVariableMapping> outputVariableMappings)
Mapping output variables of previous tasks to the input variables of the current task.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type OutputVariableMapping Constructor Description Task(String stepName, Task.AssociationType associationType, AssociatedTaskDetails taskRecordDetails, ComponentProperties stepProperties, List<OutputVariableMapping> outputVariableMappings)
Deprecated.
-