Uses of Class
com.oracle.bmc.streaming.model.Stream
-
Packages that use Stream Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model com.oracle.bmc.streaming.responses -
-
Uses of Stream in com.oracle.bmc.streaming
Fields in com.oracle.bmc.streaming declared as Stream Modifier and Type Field Description protected Stream
AbstractStreamBasedClientBuilder. stream
Methods in com.oracle.bmc.streaming with parameters of type Stream Modifier and Type Method Description B
AbstractStreamBasedClientBuilder. stream(Stream stream)
Set the stream. -
Uses of Stream in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return Stream Modifier and Type Method Description Stream
Stream.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type Stream Modifier and Type Method Description Stream.Builder
Stream.Builder. copy(Stream model)
-
Uses of Stream in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return Stream Modifier and Type Method Description Stream
CreateStreamResponse. getStream()
The returned Stream instance.Stream
GetStreamResponse. getStream()
The returned Stream instance.Stream
UpdateStreamResponse. getStream()
The returned Stream instance.Methods in com.oracle.bmc.streaming.responses with parameters of type Stream Modifier and Type Method Description CreateStreamResponse.Builder
CreateStreamResponse.Builder. stream(Stream stream)
The returned Stream instance.GetStreamResponse.Builder
GetStreamResponse.Builder. stream(Stream stream)
The returned Stream instance.UpdateStreamResponse.Builder
UpdateStreamResponse.Builder. stream(Stream stream)
The returned Stream instance.
-