Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse> |
DatabaseWaiters.forExecutionWindow(GetExecutionWindowRequest request,
ExecutionWindow.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse> |
DatabaseWaiters.forExecutionWindow(GetExecutionWindowRequest request,
ExecutionWindow.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetExecutionWindowRequest,GetExecutionWindowResponse> |
DatabaseWaiters.forExecutionWindow(GetExecutionWindowRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ExecutionWindow.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ExecutionWindow.LifecycleState |
ExecutionWindow.LifecycleState.create(String key) |
ExecutionWindow.LifecycleState |
ExecutionWindow.getLifecycleState()
The current state of the Schedule Policy.
|
static ExecutionWindow.LifecycleState |
ExecutionWindow.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionWindow.LifecycleState[] |
ExecutionWindow.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecutionWindow.Builder |
ExecutionWindow.Builder.lifecycleState(ExecutionWindow.LifecycleState lifecycleState)
The current state of the Schedule Policy.
|
Constructor and Description |
---|
ExecutionWindow(String id,
String executionResourceId,
String compartmentId,
String displayName,
String description,
ExecutionWindow.LifecycleState lifecycleState,
ExecutionWindow.LifecycleSubstate lifecycleSubstate,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
Date timeStarted,
Date timeEnded,
Date timeScheduled,
Integer windowDurationInMins,
Boolean isEnforcedDuration,
Integer estimatedTimeInMins,
Integer totalTimeTakenInMins,
ExecutionWindow.WindowType windowType,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.