Uses of Class
software.amazon.awssdk.services.mediaconvert.model.BandwidthReductionFilterStrength
-
Packages that use BandwidthReductionFilterStrength Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of BandwidthReductionFilterStrength in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return BandwidthReductionFilterStrength Modifier and Type Method Description static BandwidthReductionFilterStrengthBandwidthReductionFilterStrength. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BandwidthReductionFilterStrengthBandwidthReductionFilter. strength()Specify the strength of the Bandwidth reduction filter.static BandwidthReductionFilterStrengthBandwidthReductionFilterStrength. valueOf(String name)Returns the enum constant of this type with the specified name.static BandwidthReductionFilterStrength[]BandwidthReductionFilterStrength. 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 BandwidthReductionFilterStrength Modifier and Type Method Description static Set<BandwidthReductionFilterStrength>BandwidthReductionFilterStrength. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type BandwidthReductionFilterStrength Modifier and Type Method Description BandwidthReductionFilter.BuilderBandwidthReductionFilter.Builder. strength(BandwidthReductionFilterStrength strength)Specify the strength of the Bandwidth reduction filter.
-