Uses of Class
com.oracle.bmc.loganalytics.model.Schedule
-
Packages that use Schedule Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Schedule in com.oracle.bmc.loganalytics.model
Subclasses of Schedule in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
CronSchedule
Cron schedule for a scheduled task.class
FixedFrequencySchedule
Fixed frequency schedule for a scheduled task.Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Schedule Modifier and Type Method Description List<Schedule>
CreateStandardTaskDetails. getSchedules()
Schedules, typically a single schedule.List<Schedule>
ScheduledTask. getSchedules()
Schedules.List<Schedule>
UpdateScheduledTaskDetails. getSchedules()
Schedules may be updated for task types SAVED_SEARCH and PURGE.Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Schedule Modifier and Type Method Description CreateStandardTaskDetails.Builder
CreateStandardTaskDetails.Builder. schedules(List<Schedule> schedules)
Schedules, typically a single schedule.StandardTask.Builder
StandardTask.Builder. schedules(List<Schedule> schedules)
UpdateStandardTaskDetails.Builder
UpdateStandardTaskDetails.Builder. schedules(List<Schedule> schedules)
Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Schedule 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.UpdateScheduledTaskDetails(String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Schedule> schedules)
Deprecated.UpdateStandardTaskDetails(String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Schedule> schedules, Action action)
Deprecated.
-