Uses of Class
software.amazon.awssdk.services.mediaconvert.model.InputDenoiseFilter
-
Packages that use InputDenoiseFilter Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of InputDenoiseFilter in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return InputDenoiseFilter Modifier and Type Method Description InputDenoiseFilterInput. denoiseFilter()Enable Denoise to filter noise from the input.InputDenoiseFilterInputTemplate. denoiseFilter()Enable Denoise to filter noise from the input.static InputDenoiseFilterInputDenoiseFilter. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InputDenoiseFilterInputDenoiseFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static InputDenoiseFilter[]InputDenoiseFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type InputDenoiseFilter Modifier and Type Method Description static Set<InputDenoiseFilter>InputDenoiseFilter. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type InputDenoiseFilter Modifier and Type Method Description Input.BuilderInput.Builder. denoiseFilter(InputDenoiseFilter denoiseFilter)Enable Denoise to filter noise from the input.InputTemplate.BuilderInputTemplate.Builder. denoiseFilter(InputDenoiseFilter denoiseFilter)Enable Denoise to filter noise from the input.
-