Uses of Class
com.oracle.bmc.dataflow.model.PoolSummary
-
Packages that use PoolSummary Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model -
-
Uses of PoolSummary in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type PoolSummary Modifier and Type Method Description Iterable<PoolSummary>
DataFlowPaginators. listPoolsRecordIterator(ListPoolsRequest request)
Creates a new iterable which will iterate over thePoolSummary
objects contained in responses from the listPools operation. -
Uses of PoolSummary in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PoolSummary Modifier and Type Method Description PoolSummary
PoolSummary.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type PoolSummary Modifier and Type Method Description List<PoolSummary>
PoolCollection. getItems()
A list of pools.Methods in com.oracle.bmc.dataflow.model with parameters of type PoolSummary Modifier and Type Method Description PoolSummary.Builder
PoolSummary.Builder. copy(PoolSummary model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type PoolSummary Modifier and Type Method Description PoolCollection.Builder
PoolCollection.Builder. items(List<PoolSummary> items)
A list of pools.Constructor parameters in com.oracle.bmc.dataflow.model with type arguments of type PoolSummary Constructor Description PoolCollection(List<PoolSummary> items)
Deprecated.
-