Uses of Class
com.oracle.bmc.goldengate.responses.ListMessagesResponse
-
Packages that use ListMessagesResponse Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.responses -
-
Uses of ListMessagesResponse in com.oracle.bmc.goldengate
Methods in com.oracle.bmc.goldengate that return ListMessagesResponse Modifier and Type Method Description ListMessagesResponse
GoldenGate. listMessages(ListMessagesRequest request)
Lists the DeploymentMessages for a deployment.ListMessagesResponse
GoldenGateClient. listMessages(ListMessagesRequest request)
Methods in com.oracle.bmc.goldengate that return types with arguments of type ListMessagesResponse Modifier and Type Method Description Future<ListMessagesResponse>
GoldenGateAsync. listMessages(ListMessagesRequest request, AsyncHandler<ListMessagesRequest,ListMessagesResponse> handler)
Lists the DeploymentMessages for a deployment.Future<ListMessagesResponse>
GoldenGateAsyncClient. listMessages(ListMessagesRequest request, AsyncHandler<ListMessagesRequest,ListMessagesResponse> handler)
Method parameters in com.oracle.bmc.goldengate with type arguments of type ListMessagesResponse Modifier and Type Method Description Future<ListMessagesResponse>
GoldenGateAsync. listMessages(ListMessagesRequest request, AsyncHandler<ListMessagesRequest,ListMessagesResponse> handler)
Lists the DeploymentMessages for a deployment.Future<ListMessagesResponse>
GoldenGateAsyncClient. listMessages(ListMessagesRequest request, AsyncHandler<ListMessagesRequest,ListMessagesResponse> handler)
-
Uses of ListMessagesResponse in com.oracle.bmc.goldengate.responses
Methods in com.oracle.bmc.goldengate.responses that return ListMessagesResponse Modifier and Type Method Description ListMessagesResponse
ListMessagesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.goldengate.responses with parameters of type ListMessagesResponse Modifier and Type Method Description ListMessagesResponse.Builder
ListMessagesResponse.Builder. copy(ListMessagesResponse o)
Copy method to populate the builder with values from the given instance.
-