Uses of Class
com.oracle.bmc.goldengate.responses.TestConnectionAssignmentResponse
-
Packages that use TestConnectionAssignmentResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of TestConnectionAssignmentResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return TestConnectionAssignmentResponse Modifier and Type Method Description TestConnectionAssignmentResponse
GoldenGate. testConnectionAssignment(TestConnectionAssignmentRequest request)
Tests the connectivity between given GoldenGate deployment and one of the associated database / service.TestConnectionAssignmentResponse
GoldenGateClient. testConnectionAssignment(TestConnectionAssignmentRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type TestConnectionAssignmentResponse Modifier and Type Method Description Future<TestConnectionAssignmentResponse>
GoldenGateAsync. testConnectionAssignment(TestConnectionAssignmentRequest request, AsyncHandler<TestConnectionAssignmentRequest,TestConnectionAssignmentResponse> handler)
Tests the connectivity between given GoldenGate deployment and one of the associated database / service.Future<TestConnectionAssignmentResponse>
GoldenGateAsyncClient. testConnectionAssignment(TestConnectionAssignmentRequest request, AsyncHandler<TestConnectionAssignmentRequest,TestConnectionAssignmentResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type TestConnectionAssignmentResponse Modifier and Type Method Description Future<TestConnectionAssignmentResponse>
GoldenGateAsync. testConnectionAssignment(TestConnectionAssignmentRequest request, AsyncHandler<TestConnectionAssignmentRequest,TestConnectionAssignmentResponse> handler)
Tests the connectivity between given GoldenGate deployment and one of the associated database / service.Future<TestConnectionAssignmentResponse>
GoldenGateAsyncClient. testConnectionAssignment(TestConnectionAssignmentRequest request, AsyncHandler<TestConnectionAssignmentRequest,TestConnectionAssignmentResponse> handler)
-
Uses of TestConnectionAssignmentResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return TestConnectionAssignmentResponse Modifier and Type Method Description TestConnectionAssignmentResponse
TestConnectionAssignmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type TestConnectionAssignmentResponse Modifier and Type Method Description TestConnectionAssignmentResponse.Builder
TestConnectionAssignmentResponse.Builder. copy(TestConnectionAssignmentResponse o)
Copy method to populate the builder with values from the given instance.
-