Package | Description |
---|---|
com.oracle.bmc.psql | |
com.oracle.bmc.psql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
DbSystem.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDbSystemRequest,GetDbSystemResponse> |
PostgresqlWaiters.forDbSystem(GetDbSystemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DbSystem.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetDbSystemResponse> |
PostgresqlAsyncClient.getDbSystem(GetDbSystemRequest request,
AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler) |
Future<GetDbSystemResponse> |
PostgresqlAsync.getDbSystem(GetDbSystemRequest request,
AsyncHandler<GetDbSystemRequest,GetDbSystemResponse> handler)
Gets a database system by identifier.
|
Modifier and Type | Method and Description |
---|---|
GetDbSystemRequest |
GetDbSystemRequest.Builder.build()
Build the instance of GetDbSystemRequest as configured by this builder
|
GetDbSystemRequest |
GetDbSystemRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetDbSystemRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetDbSystemRequest.Builder |
GetDbSystemRequest.Builder.copy(GetDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.