Uses of Class
com.oracle.bmc.dataflow.responses.ListPoolsResponse
-
Packages that use ListPoolsResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of ListPoolsResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return ListPoolsResponse Modifier and Type Method Description ListPoolsResponse
DataFlow. listPools(ListPoolsRequest request)
Lists all pools in the specified compartment.ListPoolsResponse
DataFlowClient. listPools(ListPoolsRequest request)
Methods in com.oracle.bmc.dataflow that return types with arguments of type ListPoolsResponse 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)
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 ListPoolsResponse 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 ListPoolsResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return ListPoolsResponse Modifier and Type Method Description ListPoolsResponse
ListPoolsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataflow.responses with parameters of type ListPoolsResponse Modifier and Type Method Description ListPoolsResponse.Builder
ListPoolsResponse.Builder. copy(ListPoolsResponse o)
Copy method to populate the builder with values from the given instance.
-