Uses of Class
com.oracle.bmc.loganalytics.model.Action
-
Packages that use Action Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Action in com.oracle.bmc.loganalytics.model
Subclasses of Action in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
PurgeAction
Purge action for scheduled task.class
StreamAction
Stream action for scheduled task.Methods in com.oracle.bmc.loganalytics.model that return Action Modifier and Type Method Description Action
CreateStandardTaskDetails. getAction()
Action
ScheduledTask. getAction()
Action
UpdateStandardTaskDetails. getAction()
Methods in com.oracle.bmc.loganalytics.model with parameters of type Action Modifier and Type Method Description CreateStandardTaskDetails.Builder
CreateStandardTaskDetails.Builder. action(Action action)
StandardTask.Builder
StandardTask.Builder. action(Action action)
UpdateStandardTaskDetails.Builder
UpdateStandardTaskDetails.Builder. action(Action action)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type Action Constructor Description CreateStandardTaskDetails(String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, TaskType taskType, List<Schedule> schedules, Action action)
Deprecated.ScheduledTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.StandardTask(String id, String displayName, TaskType taskType, List<Schedule> schedules, Action action, ScheduledTask.TaskStatus taskStatus, ScheduledTask.PauseReason pauseReason, String workRequestId, Long numOccurrences, String compartmentId, Date timeCreated, Date timeUpdated, Date timeOfNextExecution, ScheduledTask.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, StandardTask.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.UpdateStandardTaskDetails(String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Schedule> schedules, Action action)
Deprecated.
-