Uses of Class
com.oracle.bmc.integration.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.integration com.oracle.bmc.integration.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.integration
Method parameters in com.oracle.bmc.integration with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
IntegrationInstanceAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Get the errors of a work request.Future<ListWorkRequestErrorsResponse>
IntegrationInstanceAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.integration.requests
Methods in com.oracle.bmc.integration.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.integration.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.
-