Uses of Class
com.oracle.bmc.marketplacepublisher.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsResponseMarketplacePublisher. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>MarketplacePublisherAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>MarketplacePublisherAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)ListWorkRequestErrorsResponseMarketplacePublisherClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Iterable<WorkRequestError>MarketplacePublisherPaginators. listWorkRequestErrorsRecordIterator(ListWorkRequestErrorsRequest request)Creates a new iterable which will iterate over theWorkRequestErrorobjects contained in responses from the listWorkRequestErrors operation.Iterable<ListWorkRequestErrorsResponse>MarketplacePublisherPaginators. listWorkRequestErrorsResponseIterator(ListWorkRequestErrorsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequestErrors operation.Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>MarketplacePublisherAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)Returns a (paginated) list of errors for the work request with the given ID.Future<ListWorkRequestErrorsResponse>MarketplacePublisherAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler) -
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequestListWorkRequestErrorsRequest.Builder. build()Build the instance of ListWorkRequestErrorsRequest as configured by this builderListWorkRequestErrorsRequestListWorkRequestErrorsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkRequestErrorsRequest as configured by this builderMethods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsRequest.BuilderListWorkRequestErrorsRequest.Builder. copy(ListWorkRequestErrorsRequest o)Copy method to populate the builder with values from the given instance.
-