Uses of Class
com.oracle.bmc.distributeddatabase.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.distributeddatabase com.oracle.bmc.distributeddatabase.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.distributeddatabase
Methods in com.oracle.bmc.distributeddatabase with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsResponseDistributedDbWorkRequestService. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>DistributedDbWorkRequestServiceAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>DistributedDbWorkRequestServiceAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)ListWorkRequestErrorsResponseDistributedDbWorkRequestServiceClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Iterable<WorkRequestError>DistributedDbWorkRequestServicePaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)Creates a new iterable which will iterate over theWorkRequestErrorobjects contained in responses from the listWorkRequestErrors operation.Iterable<ListWorkRequestErrorsResponse>DistributedDbWorkRequestServicePaginators. listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Method parameters in com.oracle.bmc.distributeddatabase with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>DistributedDbWorkRequestServiceAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>DistributedDbWorkRequestServiceAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) -
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.distributeddatabase.requests
Methods in com.oracle.bmc.distributeddatabase.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.distributeddatabase.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.
-