Uses of Class
com.oracle.bmc.identity.requests.ListTaggingWorkRequestErrorsRequest
-
Packages that use ListTaggingWorkRequestErrorsRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of ListTaggingWorkRequestErrorsRequest in com.oracle.bmc.identity
Method parameters in com.oracle.bmc.identity with type arguments of type ListTaggingWorkRequestErrorsRequest Modifier and Type Method Description Future<ListTaggingWorkRequestErrorsResponse>
IdentityAsync. listTaggingWorkRequestErrors(ListTaggingWorkRequestErrorsRequest request, AsyncHandler<ListTaggingWorkRequestErrorsRequest,ListTaggingWorkRequestErrorsResponse> handler)
Gets the errors for a work request.Future<ListTaggingWorkRequestErrorsResponse>
IdentityAsyncClient. listTaggingWorkRequestErrors(ListTaggingWorkRequestErrorsRequest request, AsyncHandler<ListTaggingWorkRequestErrorsRequest,ListTaggingWorkRequestErrorsResponse> handler)
-
Uses of ListTaggingWorkRequestErrorsRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return ListTaggingWorkRequestErrorsRequest Modifier and Type Method Description ListTaggingWorkRequestErrorsRequest
ListTaggingWorkRequestErrorsRequest.Builder. build()
Build the instance of ListTaggingWorkRequestErrorsRequest as configured by this builderListTaggingWorkRequestErrorsRequest
ListTaggingWorkRequestErrorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListTaggingWorkRequestErrorsRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type ListTaggingWorkRequestErrorsRequest Modifier and Type Method Description ListTaggingWorkRequestErrorsRequest.Builder
ListTaggingWorkRequestErrorsRequest.Builder. copy(ListTaggingWorkRequestErrorsRequest o)
Copy method to populate the builder with values from the given instance.
-