Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
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 |
---|---|
Future<GetExecutionWindowResponse> |
DatabaseAsyncClient.getExecutionWindow(GetExecutionWindowRequest request,
AsyncHandler<GetExecutionWindowRequest,GetExecutionWindowResponse> handler) |
Future<GetExecutionWindowResponse> |
DatabaseAsync.getExecutionWindow(GetExecutionWindowRequest request,
AsyncHandler<GetExecutionWindowRequest,GetExecutionWindowResponse> handler)
Gets information about the specified execution window.
|
Modifier and Type | Method and Description |
---|---|
GetExecutionWindowRequest |
GetExecutionWindowRequest.Builder.build()
Build the instance of GetExecutionWindowRequest as configured by this builder
|
GetExecutionWindowRequest |
GetExecutionWindowRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetExecutionWindowRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetExecutionWindowRequest.Builder |
GetExecutionWindowRequest.Builder.copy(GetExecutionWindowRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.