Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InputParameter
-
Packages that use InputParameter Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InputParameter in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InputParameter Modifier and Type Method Description InputParameter
InputParameter.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type InputParameter Modifier and Type Method Description List<InputParameter>
OperationRunbook. getInputParameters()
Input Parameters for the TaskMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InputParameter Modifier and Type Method Description InputParameter.Builder
InputParameter.Builder. copy(InputParameter model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InputParameter Modifier and Type Method Description OperationRunbook.Builder
OperationRunbook.Builder. inputParameters(List<InputParameter> inputParameters)
Input Parameters for the TaskConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type InputParameter Constructor Description OperationRunbook(String id, List<InputParameter> inputParameters)
Deprecated.
-