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