Uses of Class
com.oracle.bmc.appmgmtcontrol.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.appmgmtcontrol
Method parameters in com.oracle.bmc.appmgmtcontrol with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
AppmgmtControlAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Return a (paginated) list of errors for a given work request.Future<ListWorkRequestErrorsResponse>
AppmgmtControlAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.appmgmtcontrol.requests
Methods in com.oracle.bmc.appmgmtcontrol.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.appmgmtcontrol.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.
-