Uses of Class
com.oracle.bmc.goldengate.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.goldengate com.oracle.bmc.goldengate.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.goldengate
Method parameters in com.oracle.bmc.goldengate with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>GoldenGateAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)Lists work request errors.Future<ListWorkRequestErrorsResponse>GoldenGateAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) -
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.goldengate.requests
Methods in com.oracle.bmc.goldengate.requests that return ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequestListWorkRequestErrorsRequest.Builder. build()Build the instance of ListWorkRequestErrorsRequest as configured by this builderListWorkRequestErrorsRequestListWorkRequestErrorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkRequestErrorsRequest as configured by this builderMethods in com.oracle.bmc.goldengate.requests with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest.BuilderListWorkRequestErrorsRequest.Builder. copy(ListWorkRequestErrorsRequest o)Copy method to populate the builder with values from the given instance.
-