| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Class and Description |
|---|---|
class |
PurgeAction
Purge action for scheduled task.
|
class |
StreamAction
Stream action for scheduled task.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
UpdateStandardTaskDetails.getAction() |
Action |
ScheduledTask.getAction() |
Action |
CreateStandardTaskDetails.getAction() |
| Modifier and Type | Method and Description |
|---|---|
UpdateStandardTaskDetails.Builder |
UpdateStandardTaskDetails.Builder.action(Action action) |
CreateStandardTaskDetails.Builder |
CreateStandardTaskDetails.Builder.action(Action action) |
StandardTask.Builder |
StandardTask.Builder.action(Action action) |
| Constructor and 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,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
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,
String workRequestId,
Long numOccurrences,
String compartmentId,
Date timeCreated,
Date timeUpdated,
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.
|
Copyright © 2016–2021. All rights reserved.