Uses of Class
com.oracle.bmc.dataflow.model.PoolCollection
-
Packages that use PoolCollection Package Description com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.responses -
-
Uses of PoolCollection in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return PoolCollection Modifier and Type Method Description PoolCollection
PoolCollection.Builder. build()
Methods in com.oracle.bmc.dataflow.model with parameters of type PoolCollection Modifier and Type Method Description PoolCollection.Builder
PoolCollection.Builder. copy(PoolCollection model)
-
Uses of PoolCollection in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return PoolCollection Modifier and Type Method Description PoolCollection
ListPoolsResponse. getPoolCollection()
The returned PoolCollection instance.Methods in com.oracle.bmc.dataflow.responses with parameters of type PoolCollection Modifier and Type Method Description ListPoolsResponse.Builder
ListPoolsResponse.Builder. poolCollection(PoolCollection poolCollection)
The returned PoolCollection instance.
-