Uses of Class
com.oracle.bmc.vnmonitoring.requests.ListWorkRequestsRequest
-
Packages that use ListWorkRequestsRequest Package Description com.oracle.bmc.vnmonitoring com.oracle.bmc.vnmonitoring.requests -
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.vnmonitoring
Methods in com.oracle.bmc.vnmonitoring with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsResponse
VnMonitoring. listWorkRequests(ListWorkRequestsRequest request)
Lists the work requests in a compartment.Future<ListWorkRequestsResponse>
VnMonitoringAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a compartment.Future<ListWorkRequestsResponse>
VnMonitoringAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
ListWorkRequestsResponse
VnMonitoringClient. listWorkRequests(ListWorkRequestsRequest request)
Iterable<WorkRequestSummary>
VnMonitoringPaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over theWorkRequestSummary
objects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>
VnMonitoringPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.vnmonitoring with type arguments of type ListWorkRequestsRequest Modifier and Type Method Description Future<ListWorkRequestsResponse>
VnMonitoringAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a compartment.Future<ListWorkRequestsResponse>
VnMonitoringAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest
ListWorkRequestsRequest.Builder. build()
Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequest
ListWorkRequestsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestsRequest as configured by this builderMethods in com.oracle.bmc.vnmonitoring.requests with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. copy(ListWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
-