Uses of Class
com.oracle.bmc.appmgmtcontrol.requests.ListWorkRequestsRequest
-
Packages that use ListWorkRequestsRequest Package Description com.oracle.bmc.appmgmtcontrol com.oracle.bmc.appmgmtcontrol.requests -
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.appmgmtcontrol
Methods in com.oracle.bmc.appmgmtcontrol with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsResponseAppmgmtControl. listWorkRequests(ListWorkRequestsRequest request)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>AppmgmtControlAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>AppmgmtControlAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)ListWorkRequestsResponseAppmgmtControlClient. listWorkRequests(ListWorkRequestsRequest request)Iterable<WorkRequestSummary>AppmgmtControlPaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over theWorkRequestSummaryobjects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>AppmgmtControlPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.appmgmtcontrol with type arguments of type ListWorkRequestsRequest Modifier and Type Method Description Future<ListWorkRequestsResponse>AppmgmtControlAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListWorkRequestsResponse>AppmgmtControlAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler) -
Uses of ListWorkRequestsRequest in com.oracle.bmc.appmgmtcontrol.requests
Methods in com.oracle.bmc.appmgmtcontrol.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.appmgmtcontrol.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.
-