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 ListPoolsResponseDataFlow. 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)ListPoolsResponseDataFlowClient. listPools(ListPoolsRequest request)Iterable<PoolSummary>DataFlowPaginators. listPoolsRecordIterator(ListPoolsRequest request)Creates a new iterable which will iterate over thePoolSummaryobjects 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 ListPoolsRequestListPoolsRequest.Builder. build()Build the instance of ListPoolsRequest as configured by this builderListPoolsRequestListPoolsRequest.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.BuilderListPoolsRequest.Builder. copy(ListPoolsRequest o)Copy method to populate the builder with values from the given instance.
-