Uses of Class
com.oracle.bmc.goldengate.responses.TestPipelineConnectionResponse
-
Packages that use TestPipelineConnectionResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of TestPipelineConnectionResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return TestPipelineConnectionResponse Modifier and Type Method Description TestPipelineConnectionResponse
GoldenGate. testPipelineConnection(TestPipelineConnectionRequest request)
Tests pipeline connections against pipeline to verify the connectivity.TestPipelineConnectionResponse
GoldenGateClient. testPipelineConnection(TestPipelineConnectionRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type TestPipelineConnectionResponse Modifier and Type Method Description Future<TestPipelineConnectionResponse>
GoldenGateAsync. testPipelineConnection(TestPipelineConnectionRequest request, AsyncHandler<TestPipelineConnectionRequest,TestPipelineConnectionResponse> handler)
Tests pipeline connections against pipeline to verify the connectivity.Future<TestPipelineConnectionResponse>
GoldenGateAsyncClient. testPipelineConnection(TestPipelineConnectionRequest request, AsyncHandler<TestPipelineConnectionRequest,TestPipelineConnectionResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type TestPipelineConnectionResponse Modifier and Type Method Description Future<TestPipelineConnectionResponse>
GoldenGateAsync. testPipelineConnection(TestPipelineConnectionRequest request, AsyncHandler<TestPipelineConnectionRequest,TestPipelineConnectionResponse> handler)
Tests pipeline connections against pipeline to verify the connectivity.Future<TestPipelineConnectionResponse>
GoldenGateAsyncClient. testPipelineConnection(TestPipelineConnectionRequest request, AsyncHandler<TestPipelineConnectionRequest,TestPipelineConnectionResponse> handler)
-
Uses of TestPipelineConnectionResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return TestPipelineConnectionResponse Modifier and Type Method Description TestPipelineConnectionResponse
TestPipelineConnectionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type TestPipelineConnectionResponse Modifier and Type Method Description TestPipelineConnectionResponse.Builder
TestPipelineConnectionResponse.Builder. copy(TestPipelineConnectionResponse o)
Copy method to populate the builder with values from the given instance.
-