Uses of Class
software.amazon.awssdk.services.mediaconnect.model.VideoMonitoringSetting
-
Packages that use VideoMonitoringSetting Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of VideoMonitoringSetting in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type VideoMonitoringSetting Modifier and Type Method Description List<VideoMonitoringSetting>MonitoringConfig. videoMonitoringSettings()Contains the settings for video stream metrics monitoring.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type VideoMonitoringSetting Modifier and Type Method Description MonitoringConfig.BuilderMonitoringConfig.Builder. videoMonitoringSettings(VideoMonitoringSetting... videoMonitoringSettings)Contains the settings for video stream metrics monitoring.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type VideoMonitoringSetting Modifier and Type Method Description MonitoringConfig.BuilderMonitoringConfig.Builder. videoMonitoringSettings(Collection<VideoMonitoringSetting> videoMonitoringSettings)Contains the settings for video stream metrics monitoring.
-