Uses of Class
com.oracle.bmc.analytics.responses.ListWorkRequestsResponse
-
Packages that use ListWorkRequestsResponse Package Description com.oracle.bmc.analytics com.oracle.bmc.analytics.responses -
-
Uses of ListWorkRequestsResponse in com.oracle.bmc.analytics
Methods in com.oracle.bmc.analytics that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponseAnalytics. listWorkRequests(ListWorkRequestsRequest request)List all work requests in a compartment.ListWorkRequestsResponseAnalyticsClient. listWorkRequests(ListWorkRequestsRequest request)Methods in com.oracle.bmc.analytics that return types with arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>AnalyticsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)List all work requests in a compartment.Future<ListWorkRequestsResponse>AnalyticsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Iterable<ListWorkRequestsResponse>AnalyticsPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.analytics with type arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>AnalyticsAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)List all work requests in a compartment.Future<ListWorkRequestsResponse>AnalyticsAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) -
Uses of ListWorkRequestsResponse in com.oracle.bmc.analytics.responses
Methods in com.oracle.bmc.analytics.responses that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponseListWorkRequestsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.analytics.responses with parameters of type ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse.BuilderListWorkRequestsResponse.Builder. copy(ListWorkRequestsResponse o)Copy method to populate the builder with values from the given instance.
-