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