Uses of Class
com.oracle.bmc.aivision.model.StreamJobSummary
-
Packages that use StreamJobSummary Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.model -
-
Uses of StreamJobSummary in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return types with arguments of type StreamJobSummary Modifier and Type Method Description Iterable<StreamJobSummary>
AIServiceVisionPaginators. listStreamJobsRecordIterator(ListStreamJobsRequest request)
Creates a new iterable which will iterate over theStreamJobSummary
objects contained in responses from the listStreamJobs operation. -
Uses of StreamJobSummary in com.oracle.bmc.aivision.model
Methods in com.oracle.bmc.aivision.model that return StreamJobSummary Modifier and Type Method Description StreamJobSummary
StreamJobSummary.Builder. build()
Methods in com.oracle.bmc.aivision.model that return types with arguments of type StreamJobSummary Modifier and Type Method Description List<StreamJobSummary>
StreamJobCollection. getItems()
List of stream jobs.Methods in com.oracle.bmc.aivision.model with parameters of type StreamJobSummary Modifier and Type Method Description StreamJobSummary.Builder
StreamJobSummary.Builder. copy(StreamJobSummary model)
Method parameters in com.oracle.bmc.aivision.model with type arguments of type StreamJobSummary Modifier and Type Method Description StreamJobCollection.Builder
StreamJobCollection.Builder. items(List<StreamJobSummary> items)
List of stream jobs.Constructor parameters in com.oracle.bmc.aivision.model with type arguments of type StreamJobSummary Constructor Description StreamJobCollection(List<StreamJobSummary> items)
Deprecated.
-