Uses of Class
com.oracle.bmc.streaming.model.StreamPool
-
Packages that use StreamPool Package Description com.oracle.bmc.streaming.model com.oracle.bmc.streaming.responses -
-
Uses of StreamPool in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamPool Modifier and Type Method Description StreamPool
StreamPool.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type StreamPool Modifier and Type Method Description StreamPool.Builder
StreamPool.Builder. copy(StreamPool model)
-
Uses of StreamPool in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return StreamPool Modifier and Type Method Description StreamPool
CreateStreamPoolResponse. getStreamPool()
The returned StreamPool instance.StreamPool
GetStreamPoolResponse. getStreamPool()
The returned StreamPool instance.StreamPool
UpdateStreamPoolResponse. getStreamPool()
The returned StreamPool instance.Methods in com.oracle.bmc.streaming.responses with parameters of type StreamPool Modifier and Type Method Description CreateStreamPoolResponse.Builder
CreateStreamPoolResponse.Builder. streamPool(StreamPool streamPool)
The returned StreamPool instance.GetStreamPoolResponse.Builder
GetStreamPoolResponse.Builder. streamPool(StreamPool streamPool)
The returned StreamPool instance.UpdateStreamPoolResponse.Builder
UpdateStreamPoolResponse.Builder. streamPool(StreamPool streamPool)
The returned StreamPool instance.
-