Uses of Class
com.oracle.bmc.goldengate.model.TestConnectionAssignmentDetails
-
Packages that use TestConnectionAssignmentDetails Package Description com.oracle.bmc.goldengate.model com.oracle.bmc.goldengate.requests -
-
Uses of TestConnectionAssignmentDetails in com.oracle.bmc.goldengate.model
Subclasses of TestConnectionAssignmentDetails in com.oracle.bmc.goldengate.model Modifier and Type Class Description class
DefaultTestConnectionAssignmentDetails
Definition of the additional attributes for default test of assigned connection. -
Uses of TestConnectionAssignmentDetails in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return TestConnectionAssignmentDetails Modifier and Type Method Description TestConnectionAssignmentDetails
TestConnectionAssignmentRequest. getBody$()
Alternative accessor for the body parameter.TestConnectionAssignmentDetails
TestConnectionAssignmentRequest. getTestConnectionAssignmentDetails()
A placeholder for any additional metadata to describe the requested tests of the assigned connection.Methods in com.oracle.bmc.goldengate.requests with parameters of type TestConnectionAssignmentDetails Modifier and Type Method Description TestConnectionAssignmentRequest.Builder
TestConnectionAssignmentRequest.Builder. body$(TestConnectionAssignmentDetails body)
Alternative setter for the body parameter.TestConnectionAssignmentRequest.Builder
TestConnectionAssignmentRequest.Builder. testConnectionAssignmentDetails(TestConnectionAssignmentDetails testConnectionAssignmentDetails)
A placeholder for any additional metadata to describe the requested tests of the assigned connection.
-