Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ContentQualityAnalysisState
-
Packages that use ContentQualityAnalysisState Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of ContentQualityAnalysisState in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return ContentQualityAnalysisState Modifier and Type Method Description ContentQualityAnalysisStateMonitoringConfig. contentQualityAnalysisState()Indicates whether content quality analysis is enabled or disabled.static ContentQualityAnalysisStateContentQualityAnalysisState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentQualityAnalysisStateContentQualityAnalysisState. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentQualityAnalysisState[]ContentQualityAnalysisState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ContentQualityAnalysisState Modifier and Type Method Description static Set<ContentQualityAnalysisState>ContentQualityAnalysisState. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type ContentQualityAnalysisState Modifier and Type Method Description MonitoringConfig.BuilderMonitoringConfig.Builder. contentQualityAnalysisState(ContentQualityAnalysisState contentQualityAnalysisState)Indicates whether content quality analysis is enabled or disabled.
-