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.streamingFields in com.oracle.bmc.streaming declared as StreamSummary Modifier and Type Field Description protected StreamSummaryAbstractStreamBasedClientBuilder. streamSummaryMethods 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 theStreamSummaryobjects contained in responses from the listStreams operation.Methods in com.oracle.bmc.streaming with parameters of type StreamSummary Modifier and Type Method Description BAbstractStreamBasedClientBuilder. streamSummary(StreamSummary streamSummary)Set the stream summary.
- 
Uses of StreamSummary in com.oracle.bmc.streaming.modelMethods in com.oracle.bmc.streaming.model that return StreamSummary Modifier and Type Method Description StreamSummaryStreamSummary.Builder. build()Methods in com.oracle.bmc.streaming.model with parameters of type StreamSummary Modifier and Type Method Description StreamSummary.BuilderStreamSummary.Builder. copy(StreamSummary model)
- 
Uses of StreamSummary in com.oracle.bmc.streaming.responsesMethods 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.BuilderListStreamsResponse.Builder. items(List<StreamSummary> items)A list of com.oracle.bmc.streaming.model.StreamSummary instances.
 
-