Uses of Class
com.oracle.bmc.queue.responses.ListWorkRequestErrorsResponse
-
Packages that use ListWorkRequestErrorsResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of ListWorkRequestErrorsResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponse
QueueAdmin. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Return a (paginated) list of errors for a given work request.ListWorkRequestErrorsResponse
QueueAdminClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type ListWorkRequestErrorsResponse Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
QueueAdminAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Return a (paginated) list of errors for a given work request.Future<ListWorkRequestErrorsResponse>
QueueAdminAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Iterable<ListWorkRequestErrorsResponse>
QueueAdminPaginators. listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Method parameters in com.oracle.bmc.queue with type arguments of type ListWorkRequestErrorsResponse Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
QueueAdminAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Return a (paginated) list of errors for a given work request.Future<ListWorkRequestErrorsResponse>
QueueAdminAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponse
ListWorkRequestErrorsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponse.Builder
ListWorkRequestErrorsResponse.Builder. copy(ListWorkRequestErrorsResponse o)
Copy method to populate the builder with values from the given instance.
-