Uses of Class
com.oracle.bmc.jms.requests.ListWorkItemsRequest
-
Packages that use ListWorkItemsRequest Package Description com.oracle.bmc.jms com.oracle.bmc.jms.requests -
-
Uses of ListWorkItemsRequest in com.oracle.bmc.jms
Methods in com.oracle.bmc.jms with parameters of type ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsResponseJavaManagementService. listWorkItems(ListWorkItemsRequest request)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JavaManagementServiceAsync. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JavaManagementServiceAsyncClient. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)ListWorkItemsResponseJavaManagementServiceClient. listWorkItems(ListWorkItemsRequest request)Iterable<WorkItemSummary>JavaManagementServicePaginators. listWorkItemsRecordIterator(ListWorkItemsRequest request)Creates a new iterable which will iterate over theWorkItemSummaryobjects contained in responses from the listWorkItems operation.Iterable<ListWorkItemsResponse>JavaManagementServicePaginators. listWorkItemsResponseIterator(ListWorkItemsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkItems operation.Method parameters in com.oracle.bmc.jms with type arguments of type ListWorkItemsRequest Modifier and Type Method Description Future<ListWorkItemsResponse>JavaManagementServiceAsync. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler)Retrieve a paginated list of work items for a specified work request.Future<ListWorkItemsResponse>JavaManagementServiceAsyncClient. listWorkItems(ListWorkItemsRequest request, AsyncHandler<ListWorkItemsRequest,ListWorkItemsResponse> handler) -
Uses of ListWorkItemsRequest in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsRequestListWorkItemsRequest.Builder. build()Build the instance of ListWorkItemsRequest as configured by this builderListWorkItemsRequestListWorkItemsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkItemsRequest as configured by this builderMethods in com.oracle.bmc.jms.requests with parameters of type ListWorkItemsRequest Modifier and Type Method Description ListWorkItemsRequest.BuilderListWorkItemsRequest.Builder. copy(ListWorkItemsRequest o)Copy method to populate the builder with values from the given instance.
-