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