Uses of Class
com.oracle.bmc.goldengate.model.TestConnectionAssignmentError
-
Packages that use TestConnectionAssignmentError Package Description com.oracle.bmc.goldengate.model -
-
Uses of TestConnectionAssignmentError in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return TestConnectionAssignmentError Modifier and Type Method Description TestConnectionAssignmentError
TestConnectionAssignmentError.Builder. build()
TestConnectionAssignmentError
TestConnectionAssignmentResult. getError()
Methods in com.oracle.bmc.goldengate.model that return types with arguments of type TestConnectionAssignmentError Modifier and Type Method Description List<TestConnectionAssignmentError>
TestConnectionAssignmentResult. getErrors()
List of test connection assignment error objects.Methods in com.oracle.bmc.goldengate.model with parameters of type TestConnectionAssignmentError Modifier and Type Method Description TestConnectionAssignmentError.Builder
TestConnectionAssignmentError.Builder. copy(TestConnectionAssignmentError model)
TestConnectionAssignmentResult.Builder
TestConnectionAssignmentResult.Builder. error(TestConnectionAssignmentError error)
Method parameters in com.oracle.bmc.goldengate.model with type arguments of type TestConnectionAssignmentError Modifier and Type Method Description TestConnectionAssignmentResult.Builder
TestConnectionAssignmentResult.Builder. errors(List<TestConnectionAssignmentError> errors)
List of test connection assignment error objects.Constructors in com.oracle.bmc.goldengate.model with parameters of type TestConnectionAssignmentError Constructor Description TestConnectionAssignmentResult(TestConnectionAssignmentResult.ResultType resultType, TestConnectionAssignmentError error, List<TestConnectionAssignmentError> errors)
Deprecated.Constructor parameters in com.oracle.bmc.goldengate.model with type arguments of type TestConnectionAssignmentError Constructor Description TestConnectionAssignmentResult(TestConnectionAssignmentResult.ResultType resultType, TestConnectionAssignmentError error, List<TestConnectionAssignmentError> errors)
Deprecated.
-