Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
DbServer.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
DbServer.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbServerRequest,GetDbServerResponse> |
DatabaseWaiters.forDbServer(GetDbServerRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbServer.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetDbServerResponse> |
DatabaseAsyncClient.getDbServer(GetDbServerRequest request,
AsyncHandler<GetDbServerRequest,GetDbServerResponse> handler) |
Future<GetDbServerResponse> |
DatabaseAsync.getDbServer(GetDbServerRequest request,
AsyncHandler<GetDbServerRequest,GetDbServerResponse> handler)
Gets information about the Exadata Db server.
|
Modifier and Type | Method and Description |
---|---|
GetDbServerRequest |
GetDbServerRequest.Builder.build()
Build the instance of GetDbServerRequest as configured by this builder
|
GetDbServerRequest |
GetDbServerRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetDbServerRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetDbServerRequest.Builder |
GetDbServerRequest.Builder.copy(GetDbServerRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.