Uses of Class
software.amazon.awssdk.services.medialive.model.InputFilter
-
Packages that use InputFilter Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of InputFilter in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return InputFilter Modifier and Type Method Description static InputFilterInputFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.InputFilterInputSettings. inputFilter()Turns on the filter for this input.static InputFilterInputFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static InputFilter[]InputFilter. 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 InputFilter Modifier and Type Method Description static Set<InputFilter>InputFilter. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type InputFilter Modifier and Type Method Description InputSettings.BuilderInputSettings.Builder. inputFilter(InputFilter inputFilter)Turns on the filter for this input.
-