Uses of Class
com.oracle.bmc.streaming.model.StreamSummary
-
Packages that use StreamSummary Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model com.oracle.bmc.streaming.responses -
-
Uses of StreamSummary in com.oracle.bmc.streaming
Fields in com.oracle.bmc.streaming declared as StreamSummary Modifier and Type Field Description protected StreamSummary
AbstractStreamBasedClientBuilder. streamSummary
Methods in com.oracle.bmc.streaming that return types with arguments of type StreamSummary Modifier and Type Method Description Iterable<StreamSummary>
StreamAdminPaginators. listStreamsRecordIterator(ListStreamsRequest request)
Creates a new iterable which will iterate over theStreamSummary
objects contained in responses from the listStreams operation.Methods in com.oracle.bmc.streaming with parameters of type StreamSummary Modifier and Type Method Description B
AbstractStreamBasedClientBuilder. streamSummary(StreamSummary streamSummary)
Set the stream summary. -
Uses of StreamSummary in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamSummary Modifier and Type Method Description StreamSummary
StreamSummary.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type StreamSummary Modifier and Type Method Description StreamSummary.Builder
StreamSummary.Builder. copy(StreamSummary model)
-
Uses of StreamSummary in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return types with arguments of type StreamSummary Modifier and Type Method Description List<StreamSummary>
ListStreamsResponse. getItems()
A list of com.oracle.bmc.streaming.model.StreamSummary instances.Method parameters in com.oracle.bmc.streaming.responses with type arguments of type StreamSummary Modifier and Type Method Description ListStreamsResponse.Builder
ListStreamsResponse.Builder. items(List<StreamSummary> items)
A list of com.oracle.bmc.streaming.model.StreamSummary instances.
-