Uses of Class
com.oracle.bmc.containerengine.responses.ListWorkRequestErrorsResponse
-
Packages that use ListWorkRequestErrorsResponse Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.responses -
-
Uses of ListWorkRequestErrorsResponse in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponseContainerEngine. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Get the errors of a work request.ListWorkRequestErrorsResponseContainerEngineClient. listWorkRequestErrors(ListWorkRequestErrorsRequest request)Methods in com.oracle.bmc.containerengine that return types with arguments of type ListWorkRequestErrorsResponse 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)Method parameters in com.oracle.bmc.containerengine with type arguments of type ListWorkRequestErrorsResponse 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 ListWorkRequestErrorsResponse in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponseListWorkRequestErrorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.containerengine.responses with parameters of type ListWorkRequestErrorsResponse Modifier and Type Method Description ListWorkRequestErrorsResponse.BuilderListWorkRequestErrorsResponse.Builder. copy(ListWorkRequestErrorsResponse o)Copy method to populate the builder with values from the given instance.
-