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