Uses of Class
com.oracle.bmc.aivision.model.StreamGroupSummary
-
Packages that use StreamGroupSummary Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model -
-
Uses of StreamGroupSummary in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return types with arguments of type StreamGroupSummary Modifier and Type Method Description Iterable<StreamGroupSummary>
AIServiceVisionPaginators. listStreamGroupsRecordIterator(ListStreamGroupsRequest request)
Creates a new iterable which will iterate over theStreamGroupSummary
objects contained in responses from the listStreamGroups operation. -
Uses of StreamGroupSummary in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamGroupSummary Modifier and Type Method Description StreamGroupSummary
StreamGroupSummary.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type StreamGroupSummary Modifier and Type Method Description List<StreamGroupSummary>
StreamGroupCollection. getItems()
List of StreamGroups.Methods in com.oracle.bmc.aivision.model with parameters of type StreamGroupSummary Modifier and Type Method Description StreamGroupSummary.Builder
StreamGroupSummary.Builder. copy(StreamGroupSummary model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type StreamGroupSummary Modifier and Type Method Description StreamGroupCollection.Builder
StreamGroupCollection.Builder. items(List<StreamGroupSummary> items)
List of StreamGroups.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type StreamGroupSummary Constructor Description StreamGroupCollection(List<StreamGroupSummary> items)
Deprecated.
-