Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AllowedRenditionSize
-
Packages that use AllowedRenditionSize Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AllowedRenditionSize in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AllowedRenditionSize Modifier and Type Method Description List<AllowedRenditionSize>AutomatedAbrRule. allowedRenditions()When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one rendition to allowedRenditions listMethods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AllowedRenditionSize Modifier and Type Method Description AutomatedAbrRule.BuilderAutomatedAbrRule.Builder. allowedRenditions(AllowedRenditionSize... allowedRenditions)When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one rendition to allowedRenditions listMethod parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type AllowedRenditionSize Modifier and Type Method Description AutomatedAbrRule.BuilderAutomatedAbrRule.Builder. allowedRenditions(Collection<AllowedRenditionSize> allowedRenditions)When customer adds the allowed renditions rule for auto ABR ladder, they are required to add at leat one rendition to allowedRenditions list
-