Uses of Class
software.amazon.awssdk.services.medialive.model.TemporalFilterStrength
-
Packages that use TemporalFilterStrength Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of TemporalFilterStrength in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return TemporalFilterStrength Modifier and Type Method Description static TemporalFilterStrengthTemporalFilterStrength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TemporalFilterStrengthTemporalFilterSettings. strength()Choose a filter strength.static TemporalFilterStrengthTemporalFilterStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static TemporalFilterStrength[]TemporalFilterStrength. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type TemporalFilterStrength Modifier and Type Method Description static Set<TemporalFilterStrength>TemporalFilterStrength. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type TemporalFilterStrength Modifier and Type Method Description TemporalFilterSettings.BuilderTemporalFilterSettings.Builder. strength(TemporalFilterStrength strength)Choose a filter strength.
-