Uses of Class
com.oracle.bmc.goldengate.responses.ListConnectionAssignmentsResponse
-
Packages that use ListConnectionAssignmentsResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListConnectionAssignmentsResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListConnectionAssignmentsResponse Modifier and Type Method Description ListConnectionAssignmentsResponse
GoldenGate. listConnectionAssignments(ListConnectionAssignmentsRequest request)
Lists the Connection Assignments in the compartment.ListConnectionAssignmentsResponse
GoldenGateClient. listConnectionAssignments(ListConnectionAssignmentsRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListConnectionAssignmentsResponse Modifier and Type Method Description Future<ListConnectionAssignmentsResponse>
GoldenGateAsync. listConnectionAssignments(ListConnectionAssignmentsRequest request, AsyncHandler<ListConnectionAssignmentsRequest,ListConnectionAssignmentsResponse> handler)
Lists the Connection Assignments in the compartment.Future<ListConnectionAssignmentsResponse>
GoldenGateAsyncClient. listConnectionAssignments(ListConnectionAssignmentsRequest request, AsyncHandler<ListConnectionAssignmentsRequest,ListConnectionAssignmentsResponse> handler)
Iterable<ListConnectionAssignmentsResponse>
GoldenGatePaginators. listConnectionAssignmentsResponseIterator(ListConnectionAssignmentsRequest request)
Creates a new iterable which will iterate over the responses received from the listConnectionAssignments operation.Method parameters in com.oracle.bmc.goldengate with type arguments of type ListConnectionAssignmentsResponse Modifier and Type Method Description Future<ListConnectionAssignmentsResponse>
GoldenGateAsync. listConnectionAssignments(ListConnectionAssignmentsRequest request, AsyncHandler<ListConnectionAssignmentsRequest,ListConnectionAssignmentsResponse> handler)
Lists the Connection Assignments in the compartment.Future<ListConnectionAssignmentsResponse>
GoldenGateAsyncClient. listConnectionAssignments(ListConnectionAssignmentsRequest request, AsyncHandler<ListConnectionAssignmentsRequest,ListConnectionAssignmentsResponse> handler)
-
Uses of ListConnectionAssignmentsResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListConnectionAssignmentsResponse Modifier and Type Method Description ListConnectionAssignmentsResponse
ListConnectionAssignmentsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListConnectionAssignmentsResponse Modifier and Type Method Description ListConnectionAssignmentsResponse.Builder
ListConnectionAssignmentsResponse.Builder. copy(ListConnectionAssignmentsResponse o)
Copy method to populate the builder with values from the given instance.
-