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.modelSubclasses of TaskArgument in com.oracle.bmc.fleetappsmanagement.model Modifier and Type Class Description classFileTaskArgumentA file variable that holds a value
 Note: Objects should always be created or deserialized using theFileTaskArgument.Builder.classStringTaskArgumentA string variable that holds a value
 Note: Objects should always be created or deserialized using theStringTaskArgument.Builder.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 TaskMethod parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type TaskArgument Modifier and Type Method Description InputParameter.BuilderInputParameter.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.
 
-