Uses of Class
com.oracle.bmc.sch.model.TaskDetails
-
Packages that use TaskDetails Package Description com.oracle.bmc.sch.model -
-
Uses of TaskDetails in com.oracle.bmc.sch.model
Subclasses of TaskDetails in com.oracle.bmc.sch.model Modifier and Type Class Description class
FunctionTaskDetails
The Functions task.class
LogRuleTaskDetails
The log filter task.Methods in com.oracle.bmc.sch.model that return types with arguments of type TaskDetails Modifier and Type Method Description List<TaskDetails>
CreateServiceConnectorDetails. getTasks()
The list of tasks.List<TaskDetails>
UpdateServiceConnectorDetails. getTasks()
The list of the tasks.Method parameters in com.oracle.bmc.sch.model with type arguments of type TaskDetails Modifier and Type Method Description CreateServiceConnectorDetails.Builder
CreateServiceConnectorDetails.Builder. tasks(List<TaskDetails> tasks)
The list of tasks.UpdateServiceConnectorDetails.Builder
UpdateServiceConnectorDetails.Builder. tasks(List<TaskDetails> tasks)
The list of the tasks.Constructor parameters in com.oracle.bmc.sch.model with type arguments of type TaskDetails Constructor Description CreateServiceConnectorDetails(String displayName, String compartmentId, String description, SourceDetails source, List<TaskDetails> tasks, TargetDetails target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateServiceConnectorDetails(String displayName, String description, SourceDetails source, List<TaskDetails> tasks, TargetDetails target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-