Uses of Class
com.oracle.bmc.mysql.requests.GetReplicaRequest
-
Packages that use GetReplicaRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of GetReplicaRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return types with arguments of type GetReplicaRequest 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.Methods in com.oracle.bmc.mysql with parameters of type GetReplicaRequest 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.GetReplicaResponse
Replicas. getReplica(GetReplicaRequest request)
Gets the full details of the specified read replica.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)
GetReplicaResponse
ReplicasClient. getReplica(GetReplicaRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type GetReplicaRequest 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 GetReplicaRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return GetReplicaRequest Modifier and Type Method Description GetReplicaRequest
GetReplicaRequest.Builder. build()
Build the instance of GetReplicaRequest as configured by this builderGetReplicaRequest
GetReplicaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetReplicaRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type GetReplicaRequest Modifier and Type Method Description GetReplicaRequest.Builder
GetReplicaRequest.Builder. copy(GetReplicaRequest o)
Copy method to populate the builder with values from the given instance.
-