Uses of Class
com.oracle.bmc.aivision.model.StreamOutputLocation
-
Packages that use StreamOutputLocation Package Description com.oracle.bmc.aivision.model -
-
Uses of StreamOutputLocation in com.oracle.bmc.aivision.model
Subclasses of StreamOutputLocation in com.oracle.bmc.aivision.model Modifier and Type Class Description class
ObjectStorageOutputLocation
The Object Storage Location.Methods in com.oracle.bmc.aivision.model that return StreamOutputLocation Modifier and Type Method Description StreamOutputLocation
CreateStreamJobDetails. getStreamOutputLocation()
StreamOutputLocation
StreamJob. getStreamOutputLocation()
StreamOutputLocation
StreamJobSummary. getStreamOutputLocation()
StreamOutputLocation
UpdateStreamJobDetails. getStreamOutputLocation()
Methods in com.oracle.bmc.aivision.model with parameters of type StreamOutputLocation Modifier and Type Method Description CreateStreamJobDetails.Builder
CreateStreamJobDetails.Builder. streamOutputLocation(StreamOutputLocation streamOutputLocation)
StreamJob.Builder
StreamJob.Builder. streamOutputLocation(StreamOutputLocation streamOutputLocation)
StreamJobSummary.Builder
StreamJobSummary.Builder. streamOutputLocation(StreamOutputLocation streamOutputLocation)
UpdateStreamJobDetails.Builder
UpdateStreamJobDetails.Builder. streamOutputLocation(StreamOutputLocation streamOutputLocation)
Constructors in com.oracle.bmc.aivision.model with parameters of type StreamOutputLocation Constructor Description CreateStreamJobDetails(String streamSourceId, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String compartmentId, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.StreamJob(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String agentParticipantId, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.StreamJobSummary(String id, String streamSourceId, String compartmentId, String displayName, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, StreamJob.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateStreamJobDetails(String streamSourceId, List<VideoStreamFeature> features, StreamOutputLocation streamOutputLocation, String displayName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-