Uses of Class
com.oracle.bmc.goldengate.requests.GetConnectionRequest
-
Packages that use GetConnectionRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of GetConnectionRequest in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return types with arguments of type GetConnectionRequest Modifier and Type Method Description Waiter<GetConnectionRequest,GetConnectionResponse>
GoldenGateWaiters. forConnection(GetConnectionRequest request, Connection.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetConnectionRequest,GetConnectionResponse>
GoldenGateWaiters. forConnection(GetConnectionRequest request, Connection.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetConnectionRequest,GetConnectionResponse>
GoldenGateWaiters. forConnection(GetConnectionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Connection.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.goldengate with type arguments of type GetConnectionRequest Modifier and Type Method Description Future<GetConnectionResponse>
GoldenGateAsync. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
Retrieves a Connection.Future<GetConnectionResponse>
GoldenGateAsyncClient. getConnection(GetConnectionRequest request, AsyncHandler<GetConnectionRequest,GetConnectionResponse> handler)
-
Uses of GetConnectionRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return GetConnectionRequest Modifier and Type Method Description GetConnectionRequest
GetConnectionRequest.Builder. build()
Build the instance of GetConnectionRequest as configured by this builderGetConnectionRequest
GetConnectionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConnectionRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type GetConnectionRequest Modifier and Type Method Description GetConnectionRequest.Builder
GetConnectionRequest.Builder. copy(GetConnectionRequest o)
Copy method to populate the builder with values from the given instance.
-