Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InputArgument
-
Packages that use InputArgument Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InputArgument in com.oracle.bmc.fleetappsmanagement.model
Subclasses of InputArgument in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description class
OutputVariableInputArgument
The details of the output variable that will be used as the Input argument.class
StringInputArgument
The details of the String Input argument.Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InputArgument Modifier and Type Method Description List<InputArgument>
TaskVariable. getInputVariables()
The input variables for the task.Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InputArgument Modifier and Type Method Description TaskVariable.Builder
TaskVariable.Builder. inputVariables(List<InputArgument> inputVariables)
The input variables for the task.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InputArgument Constructor Description TaskVariable(List<InputArgument> inputVariables, List<String> outputVariables)
Deprecated.
-