Uses of Class
com.oracle.bmc.zpr.responses.ListZprConfigurationWorkRequestsResponse
-
Packages that use ListZprConfigurationWorkRequestsResponse Package Description com.oracle.bmc.zpr com.oracle.bmc.zpr.responses -
-
Uses of ListZprConfigurationWorkRequestsResponse in com.oracle.bmc.zpr
Methods in com.oracle.bmc.zpr that return ListZprConfigurationWorkRequestsResponse Modifier and Type Method Description ListZprConfigurationWorkRequestsResponseZpr. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request)Lists the work requests in a compartment.ListZprConfigurationWorkRequestsResponseZprClient. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request)Methods in com.oracle.bmc.zpr that return types with arguments of type ListZprConfigurationWorkRequestsResponse Modifier and Type Method Description Future<ListZprConfigurationWorkRequestsResponse>ZprAsync. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request, AsyncHandler<ListZprConfigurationWorkRequestsRequest,ListZprConfigurationWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListZprConfigurationWorkRequestsResponse>ZprAsyncClient. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request, AsyncHandler<ListZprConfigurationWorkRequestsRequest,ListZprConfigurationWorkRequestsResponse> handler)Iterable<ListZprConfigurationWorkRequestsResponse>ZprPaginators. listZprConfigurationWorkRequestsResponseIterator(ListZprConfigurationWorkRequestsRequest request)Creates a new iterable which will iterate over the responses received from the listZprConfigurationWorkRequests operation.Method parameters in com.oracle.bmc.zpr with type arguments of type ListZprConfigurationWorkRequestsResponse Modifier and Type Method Description Future<ListZprConfigurationWorkRequestsResponse>ZprAsync. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request, AsyncHandler<ListZprConfigurationWorkRequestsRequest,ListZprConfigurationWorkRequestsResponse> handler)Lists the work requests in a compartment.Future<ListZprConfigurationWorkRequestsResponse>ZprAsyncClient. listZprConfigurationWorkRequests(ListZprConfigurationWorkRequestsRequest request, AsyncHandler<ListZprConfigurationWorkRequestsRequest,ListZprConfigurationWorkRequestsResponse> handler) -
Uses of ListZprConfigurationWorkRequestsResponse in com.oracle.bmc.zpr.responses
Methods in com.oracle.bmc.zpr.responses that return ListZprConfigurationWorkRequestsResponse Modifier and Type Method Description ListZprConfigurationWorkRequestsResponseListZprConfigurationWorkRequestsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.zpr.responses with parameters of type ListZprConfigurationWorkRequestsResponse Modifier and Type Method Description ListZprConfigurationWorkRequestsResponse.BuilderListZprConfigurationWorkRequestsResponse.Builder. copy(ListZprConfigurationWorkRequestsResponse o)Copy method to populate the builder with values from the given instance.
-