Uses of Class
com.oracle.bmc.containerengine.requests.ListWorkRequestErrorsRequest
-
Packages that use ListWorkRequestErrorsRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type ListWorkRequestErrorsRequest Modifier and Type Method Description ListWorkRequestErrorsResponse
ContainerEngine. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Get the errors of a work request.Future<ListWorkRequestErrorsResponse>
ContainerEngineAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Get the errors of a work request.Future<ListWorkRequestErrorsResponse>
ContainerEngineAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
ListWorkRequestErrorsResponse
ContainerEngineClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type ListWorkRequestErrorsRequest Modifier and Type Method Description Future<ListWorkRequestErrorsResponse>
ContainerEngineAsync. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Get the errors of a work request.Future<ListWorkRequestErrorsResponse>
ContainerEngineAsyncClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
-
Uses of ListWorkRequestErrorsRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.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.containerengine.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.
-