Uses of Class
software.amazon.awssdk.services.mediaconvert.model.PresetListBy
-
Packages that use PresetListBy Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of PresetListBy in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return PresetListBy Modifier and Type Method Description static PresetListByPresetListBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PresetListByListPresetsRequest. listBy()Optional.static PresetListByPresetListBy. valueOf(String name)Returns the enum constant of this type with the specified name.static PresetListBy[]PresetListBy. 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 PresetListBy Modifier and Type Method Description static Set<PresetListBy>PresetListBy. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type PresetListBy Modifier and Type Method Description ListPresetsRequest.BuilderListPresetsRequest.Builder. listBy(PresetListBy listBy)Optional.
-