Uses of Class
software.amazon.awssdk.services.medialive.model.Av1Level
-
Packages that use Av1Level Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of Av1Level in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return Av1Level Modifier and Type Method Description static Av1LevelAv1Level. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.Av1LevelAv1Settings. level()Sets the level.static Av1LevelAv1Level. valueOf(String name)Returns the enum constant of this type with the specified name.static Av1Level[]Av1Level. 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 Av1Level Modifier and Type Method Description static Set<Av1Level>Av1Level. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type Av1Level Modifier and Type Method Description Av1Settings.BuilderAv1Settings.Builder. level(Av1Level level)Sets the level.
-