Uses of Class
com.oracle.bmc.mysql.responses.GetReplicaResponse
-
Packages that use GetReplicaResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of GetReplicaResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return GetReplicaResponse Modifier and Type Method Description GetReplicaResponse
Replicas. getReplica(GetReplicaRequest request)
Gets the full details of the specified read replica.GetReplicaResponse
ReplicasClient. getReplica(GetReplicaRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type GetReplicaResponse Modifier and Type Method Description Waiter<GetReplicaRequest,GetReplicaResponse>
ReplicasWaiters. forReplica(GetReplicaRequest request, Replica.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetReplicaRequest,GetReplicaResponse>
ReplicasWaiters. forReplica(GetReplicaRequest request, Replica.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetReplicaRequest,GetReplicaResponse>
ReplicasWaiters. forReplica(GetReplicaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Replica.LifecycleState... targetStates)
Creates a newWaiter
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)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetReplicaResponse Modifier and Type Method 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)
-
Uses of GetReplicaResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return GetReplicaResponse Modifier and Type Method Description GetReplicaResponse
GetReplicaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type GetReplicaResponse Modifier and Type Method Description GetReplicaResponse.Builder
GetReplicaResponse.Builder. copy(GetReplicaResponse o)
Copy method to populate the builder with values from the given instance.
-