Uses of Class
com.oracle.bmc.jms.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsResponse
JavaManagementService. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Retrieve a (paginated) list of errors for a specified work request.Future<ListWorkRequestErrorsResponse>
JavaManagementServiceAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Retrieve a (paginated) list of errors for a specified work request.Future<ListWorkRequestErrorsResponse>
JavaManagementServiceAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
ListWorkRequestErrorsResponse
JavaManagementServiceClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Iterable<WorkRequestError>
JavaManagementServicePaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over theWorkRequestError
objects contained in responses from the listWorkRequestErrors operation.Iterable<ListWorkRequestErrorsResponse>
JavaManagementServicePaginators. listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
JavaManagementServiceAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Retrieve a (paginated) list of errors for a specified work request.Future<ListWorkRequestErrorsResponse>
JavaManagementServiceAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest
ListWorkRequestErrorsRequest.Builder. build()
Build the instance of ListWorkRequestErrorsRequest as configured by this builderListWorkRequestErrorsRequest
ListWorkRequestErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestErrorsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest.Builder
ListWorkRequestErrorsRequest.Builder. copy(ListWorkRequestErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-