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