Package | Description |
---|---|
com.oracle.bmc.usageapi | |
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetScheduledRunRequest,GetScheduledRunResponse> |
UsageapiWaiters.forScheduledRun(GetScheduledRunRequest request,
ScheduledRun.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetScheduledRunRequest,GetScheduledRunResponse> |
UsageapiWaiters.forScheduledRun(GetScheduledRunRequest request,
ScheduledRun.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetScheduledRunRequest,GetScheduledRunResponse> |
UsageapiWaiters.forScheduledRun(GetScheduledRunRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ScheduledRun.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ScheduledRun.LifecycleState |
ScheduledRun.LifecycleState.create(String key) |
ScheduledRun.LifecycleState |
ScheduledRunSummary.getLifecycleState()
Specifies if the schedule job was run successfully or not.
|
ScheduledRun.LifecycleState |
ScheduledRun.getLifecycleState()
Specifies if the schedule job was run successfully or not.
|
static ScheduledRun.LifecycleState |
ScheduledRun.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduledRun.LifecycleState[] |
ScheduledRun.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ScheduledRunSummary.Builder |
ScheduledRunSummary.Builder.lifecycleState(ScheduledRun.LifecycleState lifecycleState)
Specifies if the schedule job was run successfully or not.
|
ScheduledRun.Builder |
ScheduledRun.Builder.lifecycleState(ScheduledRun.LifecycleState lifecycleState)
Specifies if the schedule job was run successfully or not.
|
Constructor and Description |
---|
ScheduledRun(String id,
String scheduleId,
Date timeCreated,
Date timeFinished,
ScheduledRun.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
ScheduledRunSummary(String id,
String scheduleId,
Date timeCreated,
Date timeFinished,
ScheduledRun.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.