Package | Description |
---|---|
com.oracle.bmc.loganalytics | |
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
ScheduledTask.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
ScheduledTask.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduledTaskRequest,GetScheduledTaskResponse> |
LogAnalyticsWaiters.forScheduledTask(GetScheduledTaskRequest request,
TerminationStrategy terminationStrategy,
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 |
ScheduledTask.getLifecycleState()
The current state of the scheduled task.
|
ScheduledTask.LifecycleState |
ScheduledTaskSummary.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 |
---|---|
StandardTask.Builder |
StandardTask.Builder.lifecycleState(ScheduledTask.LifecycleState lifecycleState) |
ScheduledTaskSummary.Builder |
ScheduledTaskSummary.Builder.lifecycleState(ScheduledTask.LifecycleState lifecycleState)
The current state of the scheduled task.
|
Constructor and Description |
---|
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.
|
ScheduledTaskSummary(String id,
TaskType taskType,
String targetService,
String compartmentId,
Date timeCreated,
Date timeUpdated,
ScheduledTask.LifecycleState lifecycleState,
ScheduledTaskSummary.TaskStatus taskStatus,
ScheduledTask.PauseReason pauseReason,
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,
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.
|
Copyright © 2016–2024. All rights reserved.