Uses of Class
software.amazon.awssdk.services.mediaconnect.model.MonitoringConfig
-
Packages that use MonitoringConfig Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of MonitoringConfig in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return MonitoringConfig Modifier and Type Method Description MonitoringConfigCreateFlowRequest. sourceMonitoringConfig()Returns the value of the SourceMonitoringConfig property for this object.MonitoringConfigFlow. sourceMonitoringConfig()Returns the value of the SourceMonitoringConfig property for this object.MonitoringConfigUpdateFlowRequest. sourceMonitoringConfig()Returns the value of the SourceMonitoringConfig property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type MonitoringConfig Modifier and Type Method Description CreateFlowRequest.BuilderCreateFlowRequest.Builder. sourceMonitoringConfig(MonitoringConfig sourceMonitoringConfig)Sets the value of the SourceMonitoringConfig property for this object.Flow.BuilderFlow.Builder. sourceMonitoringConfig(MonitoringConfig sourceMonitoringConfig)Sets the value of the SourceMonitoringConfig property for this object.UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. sourceMonitoringConfig(MonitoringConfig sourceMonitoringConfig)Sets the value of the SourceMonitoringConfig property for this object.
-