Uses of Class
com.oracle.bmc.zpr.responses.ListZprPolicyWorkRequestErrorsResponse
-
Packages that use ListZprPolicyWorkRequestErrorsResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of ListZprPolicyWorkRequestErrorsResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return ListZprPolicyWorkRequestErrorsResponse Modifier and Type Method Description ListZprPolicyWorkRequestErrorsResponseZpr. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request)Lists the errors for a work request.ListZprPolicyWorkRequestErrorsResponseZprClient. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request)Methods in com.oracle.bmc.zpr that return types with arguments of type ListZprPolicyWorkRequestErrorsResponse Modifier and Type Method Description Future<ListZprPolicyWorkRequestErrorsResponse>ZprAsync. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request, AsyncHandler<ListZprPolicyWorkRequestErrorsRequest,ListZprPolicyWorkRequestErrorsResponse> handler)Lists the errors for a work request.Future<ListZprPolicyWorkRequestErrorsResponse>ZprAsyncClient. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request, AsyncHandler<ListZprPolicyWorkRequestErrorsRequest,ListZprPolicyWorkRequestErrorsResponse> handler)Iterable<ListZprPolicyWorkRequestErrorsResponse>ZprPaginators. listZprPolicyWorkRequestErrorsResponseIterator(ListZprPolicyWorkRequestErrorsRequest request)Creates a new iterable which will iterate over the responses received from the listZprPolicyWorkRequestErrors operation.Method parameters in com.oracle.bmc.zpr with type arguments of type ListZprPolicyWorkRequestErrorsResponse Modifier and Type Method Description Future<ListZprPolicyWorkRequestErrorsResponse>ZprAsync. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request, AsyncHandler<ListZprPolicyWorkRequestErrorsRequest,ListZprPolicyWorkRequestErrorsResponse> handler)Lists the errors for a work request.Future<ListZprPolicyWorkRequestErrorsResponse>ZprAsyncClient. listZprPolicyWorkRequestErrors(ListZprPolicyWorkRequestErrorsRequest request, AsyncHandler<ListZprPolicyWorkRequestErrorsRequest,ListZprPolicyWorkRequestErrorsResponse> handler) -
Uses of ListZprPolicyWorkRequestErrorsResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return ListZprPolicyWorkRequestErrorsResponse Modifier and Type Method Description ListZprPolicyWorkRequestErrorsResponseListZprPolicyWorkRequestErrorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.zpr.responses with parameters of type ListZprPolicyWorkRequestErrorsResponse Modifier and Type Method Description ListZprPolicyWorkRequestErrorsResponse.BuilderListZprPolicyWorkRequestErrorsResponse.Builder. copy(ListZprPolicyWorkRequestErrorsResponse o)Copy method to populate the builder with values from the given instance.
-