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