Uses of Class
com.oracle.bmc.waas.requests.ListWorkRequestsRequest
-
Packages that use ListWorkRequestsRequest Package Description com.oracle.bmc.waas com.oracle.bmc.waas.requests -
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.waas
Methods in com.oracle.bmc.waas with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsResponse
Waas. listWorkRequests(ListWorkRequestsRequest request)
Gets a list of subnets (CIDR notation) from which the WAAS EDGE may make requests.Future<ListWorkRequestsResponse>
WaasAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Gets a list of subnets (CIDR notation) from which the WAAS EDGE may make requests.Future<ListWorkRequestsResponse>
WaasAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
ListWorkRequestsResponse
WaasClient. listWorkRequests(ListWorkRequestsRequest request)
Iterable<WorkRequestSummary>
WaasPaginators. listWorkRequestsRecordIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over theWorkRequestSummary
objects contained in responses from the listWorkRequests operation.Iterable<ListWorkRequestsResponse>
WaasPaginators. listWorkRequestsResponseIterator(ListWorkRequestsRequest request)
Creates a new iterable which will iterate over the responses received from the listWorkRequests operation.Method parameters in com.oracle.bmc.waas with type arguments of type ListWorkRequestsRequest Modifier and Type Method Description Future<ListWorkRequestsResponse>
WaasAsync. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Gets a list of subnets (CIDR notation) from which the WAAS EDGE may make requests.Future<ListWorkRequestsResponse>
WaasAsyncClient. listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
-
Uses of ListWorkRequestsRequest in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest
ListWorkRequestsRequest.Builder. build()
Build the instance of ListWorkRequestsRequest as configured by this builderListWorkRequestsRequest
ListWorkRequestsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListWorkRequestsRequest as configured by this builderMethods in com.oracle.bmc.waas.requests with parameters of type ListWorkRequestsRequest Modifier and Type Method Description ListWorkRequestsRequest.Builder
ListWorkRequestsRequest.Builder. copy(ListWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
-