Uses of Class
com.oracle.bmc.dataflow.requests.ListPoolsRequest
-
Packages that use ListPoolsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListPoolsRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ListPoolsRequest Modifier and Type Method Description ListPoolsResponse
DataFlow. listPools(ListPoolsRequest request)
Lists all pools in the specified compartment.Future<ListPoolsResponse>
DataFlowAsync. listPools(ListPoolsRequest request, AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
Lists all pools in the specified compartment.Future<ListPoolsResponse>
DataFlowAsyncClient. listPools(ListPoolsRequest request, AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
ListPoolsResponse
DataFlowClient. listPools(ListPoolsRequest request)
Iterable<PoolSummary>
DataFlowPaginators. listPoolsRecordIterator(ListPoolsRequest request)
Creates a new iterable which will iterate over thePoolSummary
objects contained in responses from the listPools operation.Iterable<ListPoolsResponse>
DataFlowPaginators. listPoolsResponseIterator(ListPoolsRequest request)
Creates a new iterable which will iterate over the responses received from the listPools operation.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListPoolsRequest Modifier and Type Method Description Future<ListPoolsResponse>
DataFlowAsync. listPools(ListPoolsRequest request, AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
Lists all pools in the specified compartment.Future<ListPoolsResponse>
DataFlowAsyncClient. listPools(ListPoolsRequest request, AsyncHandler<ListPoolsRequest,ListPoolsResponse> handler)
-
Uses of ListPoolsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListPoolsRequest Modifier and Type Method Description ListPoolsRequest
ListPoolsRequest.Builder. build()
Build the instance of ListPoolsRequest as configured by this builderListPoolsRequest
ListPoolsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListPoolsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListPoolsRequest Modifier and Type Method Description ListPoolsRequest.Builder
ListPoolsRequest.Builder. copy(ListPoolsRequest o)
Copy method to populate the builder with values from the given instance.
-