Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse> |
DatabaseWaiters.forSchedulingWindow(GetSchedulingWindowRequest request,
SchedulingWindow.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse> |
DatabaseWaiters.forSchedulingWindow(GetSchedulingWindowRequest request,
SchedulingWindow.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSchedulingWindowRequest,GetSchedulingWindowResponse> |
DatabaseWaiters.forSchedulingWindow(GetSchedulingWindowRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
SchedulingWindow.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static SchedulingWindow.LifecycleState |
SchedulingWindow.LifecycleState.create(String key) |
SchedulingWindow.LifecycleState |
SchedulingWindow.getLifecycleState()
The current state of the Scheduling Window.
|
static SchedulingWindow.LifecycleState |
SchedulingWindow.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulingWindow.LifecycleState[] |
SchedulingWindow.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SchedulingWindow.Builder |
SchedulingWindow.Builder.lifecycleState(SchedulingWindow.LifecycleState lifecycleState)
The current state of the Scheduling Window.
|
Constructor and Description |
---|
SchedulingWindow(String id,
String compartmentId,
String displayName,
Date timeNextSchedulingWindowStarts,
SchedulingWindow.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeCreated,
Date timeUpdated,
WindowPreferenceDetail windowPreference,
String schedulingPolicyId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.