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