Uses of Class
com.oracle.bmc.mysql.responses.ListWorkRequestsResponse
-
Packages that use ListWorkRequestsResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of ListWorkRequestsResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse
WorkRequests. listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a specified compartment.ListWorkRequestsResponse
WorkRequestsClient. listWorkRequests(ListWorkRequestsRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>
WorkRequestsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a specified compartment.Future<ListWorkRequestsResponse>
WorkRequestsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Iterable<ListWorkRequestsResponse>
WorkRequestsPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.mysql with type arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>
WorkRequestsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a specified compartment.Future<ListWorkRequestsResponse>
WorkRequestsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
-
Uses of ListWorkRequestsResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse
ListWorkRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse.Builder
ListWorkRequestsResponse.Builder. copy(ListWorkRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-