Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListWorkRequestsRequest
-
Packages that use ListWorkRequestsRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsResponseWorkRequest. listWorkRequests(ListWorkRequestsRequest request)Lists work requests that match the specified compartment or work request OCID.Future<ListWorkRequestsResponse>WorkRequestAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists work requests that match the specified compartment or work request OCID.Future<ListWorkRequestsResponse>WorkRequestAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)ListWorkRequestsResponseWorkRequestClient. listWorkRequests(ListWorkRequestsRequest request)Iterable<WorkRequestSummary>WorkRequestPaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over theWorkRequestSummaryobjects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>WorkRequestPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type ListWorkRequestsRequest Modifier and Type Method Description Future<ListWorkRequestsResponse>WorkRequestAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists work requests that match the specified compartment or work request OCID.Future<ListWorkRequestsResponse>WorkRequestAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) -
Uses of ListWorkRequestsRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequestListWorkRequestsRequest.Builder. build()Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequestListWorkRequestsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkRequestsRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest.BuilderListWorkRequestsRequest.Builder. copy(ListWorkRequestsRequest o)Copy method to populate the builder with values from the given instance.
-