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