Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.responses |
Modifier and Type | Method and Description |
---|---|
GetReplicaResponse |
ReplicasClient.getReplica(GetReplicaRequest request) |
GetReplicaResponse |
Replicas.getReplica(GetReplicaRequest request)
Gets the full details of the specified read replica.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetReplicaRequest,GetReplicaResponse> |
ReplicasWaiters.forReplica(GetReplicaRequest request,
Replica.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetReplicaRequest,GetReplicaResponse> |
ReplicasWaiters.forReplica(GetReplicaRequest request,
Replica.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetReplicaRequest,GetReplicaResponse> |
ReplicasWaiters.forReplica(GetReplicaRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Replica.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetReplicaResponse> |
ReplicasAsync.getReplica(GetReplicaRequest request,
AsyncHandler<GetReplicaRequest,GetReplicaResponse> handler)
Gets the full details of the specified read replica.
|
Future<GetReplicaResponse> |
ReplicasAsyncClient.getReplica(GetReplicaRequest request,
AsyncHandler<GetReplicaRequest,GetReplicaResponse> handler) |
Modifier and Type | Method and Description |
---|---|
Future<GetReplicaResponse> |
ReplicasAsync.getReplica(GetReplicaRequest request,
AsyncHandler<GetReplicaRequest,GetReplicaResponse> handler)
Gets the full details of the specified read replica.
|
Future<GetReplicaResponse> |
ReplicasAsyncClient.getReplica(GetReplicaRequest request,
AsyncHandler<GetReplicaRequest,GetReplicaResponse> handler) |
Modifier and Type | Method and Description |
---|---|
GetReplicaResponse |
GetReplicaResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetReplicaResponse.Builder |
GetReplicaResponse.Builder.copy(GetReplicaResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.