Uses of Class
com.oracle.bmc.streaming.model.StreamPoolSummary
-
Packages that use StreamPoolSummary Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.model com.oracle.bmc.streaming.responses -
-
Uses of StreamPoolSummary in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return types with arguments of type StreamPoolSummary Modifier and Type Method Description Iterable<StreamPoolSummary>
StreamAdminPaginators. listStreamPoolsRecordIterator(ListStreamPoolsRequest request)
Creates a new iterable which will iterate over theStreamPoolSummary
objects contained in responses from the listStreamPools operation. -
Uses of StreamPoolSummary in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return StreamPoolSummary Modifier and Type Method Description StreamPoolSummary
StreamPoolSummary.Builder. build()
Methods in com.oracle.bmc.streaming.model with parameters of type StreamPoolSummary Modifier and Type Method Description StreamPoolSummary.Builder
StreamPoolSummary.Builder. copy(StreamPoolSummary model)
-
Uses of StreamPoolSummary in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return types with arguments of type StreamPoolSummary Modifier and Type Method Description List<StreamPoolSummary>
ListStreamPoolsResponse. getItems()
A list of com.oracle.bmc.streaming.model.StreamPoolSummary instances.Method parameters in com.oracle.bmc.streaming.responses with type arguments of type StreamPoolSummary Modifier and Type Method Description ListStreamPoolsResponse.Builder
ListStreamPoolsResponse.Builder. items(List<StreamPoolSummary> items)
A list of com.oracle.bmc.streaming.model.StreamPoolSummary instances.
-