Uses of Class
com.oracle.bmc.psa.responses.ListPsaWorkRequestErrorsResponse
-
Packages that use ListPsaWorkRequestErrorsResponse Package Description com.oracle.bmc.psa com.oracle.bmc.psa.responses -
-
Uses of ListPsaWorkRequestErrorsResponse in com.oracle.bmc.psa
Methods in com.oracle.bmc.psa that return ListPsaWorkRequestErrorsResponse Modifier and Type Method Description ListPsaWorkRequestErrorsResponsePrivateServiceAccess. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request)Lists the errors for a PrivateServiceAccess work request.ListPsaWorkRequestErrorsResponsePrivateServiceAccessClient. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request)Methods in com.oracle.bmc.psa that return types with arguments of type ListPsaWorkRequestErrorsResponse Modifier and Type Method Description Future<ListPsaWorkRequestErrorsResponse>PrivateServiceAccessAsync. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request, AsyncHandler<ListPsaWorkRequestErrorsRequest,ListPsaWorkRequestErrorsResponse> handler)Lists the errors for a PrivateServiceAccess work request.Future<ListPsaWorkRequestErrorsResponse>PrivateServiceAccessAsyncClient. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request, AsyncHandler<ListPsaWorkRequestErrorsRequest,ListPsaWorkRequestErrorsResponse> handler)Iterable<ListPsaWorkRequestErrorsResponse>PrivateServiceAccessPaginators. listPsaWorkRequestErrorsResponseIterator(ListPsaWorkRequestErrorsRequest request)Creates a new iterable which will iterate over the responses received from the listPsaWorkRequestErrors operation.Method parameters in com.oracle.bmc.psa with type arguments of type ListPsaWorkRequestErrorsResponse Modifier and Type Method Description Future<ListPsaWorkRequestErrorsResponse>PrivateServiceAccessAsync. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request, AsyncHandler<ListPsaWorkRequestErrorsRequest,ListPsaWorkRequestErrorsResponse> handler)Lists the errors for a PrivateServiceAccess work request.Future<ListPsaWorkRequestErrorsResponse>PrivateServiceAccessAsyncClient. listPsaWorkRequestErrors(ListPsaWorkRequestErrorsRequest request, AsyncHandler<ListPsaWorkRequestErrorsRequest,ListPsaWorkRequestErrorsResponse> handler) -
Uses of ListPsaWorkRequestErrorsResponse in com.oracle.bmc.psa.responses
Methods in com.oracle.bmc.psa.responses that return ListPsaWorkRequestErrorsResponse Modifier and Type Method Description ListPsaWorkRequestErrorsResponseListPsaWorkRequestErrorsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.psa.responses with parameters of type ListPsaWorkRequestErrorsResponse Modifier and Type Method Description ListPsaWorkRequestErrorsResponse.BuilderListPsaWorkRequestErrorsResponse.Builder. copy(ListPsaWorkRequestErrorsResponse o)Copy method to populate the builder with values from the given instance.
-