| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics | |
| com.oracle.bmc.loganalytics.model |
| Modifier and Type | Method and Description |
|---|---|
com.oracle.bmc.waiter.Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
ScheduledTask.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
com.oracle.bmc.waiter.Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
ScheduledTask.LifecycleState targetState,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
com.oracle.bmc.waiter.Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
com.oracle.bmc.waiter.TerminationStrategy terminationStrategy,
com.oracle.bmc.waiter.DelayStrategy delayStrategy,
ScheduledTask.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
| Modifier and Type | Method and Description |
|---|---|
static ScheduledTask.LifecycleState |
ScheduledTask.LifecycleState.create(String key) |
ScheduledTask.LifecycleState |
ScheduledTaskSummary.getLifecycleState()
The current state of the scheduled task.
|
ScheduledTask.LifecycleState |
ScheduledTask.getLifecycleState()
The current state of the scheduled task.
|
static ScheduledTask.LifecycleState |
ScheduledTask.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledTask.LifecycleState[] |
ScheduledTask.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledTaskSummary.Builder |
ScheduledTaskSummary.Builder.lifecycleState(ScheduledTask.LifecycleState lifecycleState) |
StandardTask.Builder |
StandardTask.Builder.lifecycleState(ScheduledTask.LifecycleState lifecycleState) |
| Constructor and Description |
|---|
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.
|
ScheduledTaskSummary(String id,
TaskType taskType,
String compartmentId,
Date timeCreated,
Date timeUpdated,
ScheduledTask.LifecycleState lifecycleState,
ScheduledTaskSummary.TaskStatus taskStatus,
String workRequestId,
String displayName,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ScheduledTaskSummary.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
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.
|
Copyright © 2016–2021. All rights reserved.