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