Uses of Class
com.oracle.bmc.goldengate.model.TestPipelineConnectionError
-
Packages that use TestPipelineConnectionError Package Description com.oracle.bmc.goldengate.model -
-
Uses of TestPipelineConnectionError in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return TestPipelineConnectionError Modifier and Type Method Description TestPipelineConnectionError
TestPipelineConnectionError.Builder. build()
TestPipelineConnectionError
TestPipelineConnectionResult. getError()
Methods in com.oracle.bmc.goldengate.model with parameters of type TestPipelineConnectionError Modifier and Type Method Description TestPipelineConnectionError.Builder
TestPipelineConnectionError.Builder. copy(TestPipelineConnectionError model)
TestPipelineConnectionResult.Builder
TestPipelineConnectionResult.Builder. error(TestPipelineConnectionError error)
Constructors in com.oracle.bmc.goldengate.model with parameters of type TestPipelineConnectionError Constructor Description TestPipelineConnectionResult(TestPipelineConnectionResult.ResultType resultType, TestPipelineConnectionError error)
Deprecated.
-