Uses of Class
com.oracle.bmc.marketplace.responses.ListWorkRequestsResponse
-
Packages that use ListWorkRequestsResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListWorkRequestsResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse
Marketplace. listWorkRequests(ListWorkRequestsRequest request)
List all work requests in a compartmentListWorkRequestsResponse
MarketplaceClient. listWorkRequests(ListWorkRequestsRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>
MarketplaceAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
List all work requests in a compartmentFuture<ListWorkRequestsResponse>
MarketplaceAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Iterable<ListWorkRequestsResponse>
MarketplacePaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.marketplace with type arguments of type ListWorkRequestsResponse Modifier and Type Method Description Future<ListWorkRequestsResponse>
MarketplaceAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
List all work requests in a compartmentFuture<ListWorkRequestsResponse>
MarketplaceAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
-
Uses of ListWorkRequestsResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse
ListWorkRequestsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListWorkRequestsResponse Modifier and Type Method Description ListWorkRequestsResponse.Builder
ListWorkRequestsResponse.Builder. copy(ListWorkRequestsResponse o)
Copy method to populate the builder with values from the given instance.
-