Uses of Class
software.amazon.awssdk.services.mediapackage.model.ManifestLayout
-
Packages that use ManifestLayout Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of ManifestLayout in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return ManifestLayout Modifier and Type Method Description static ManifestLayoutManifestLayout. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ManifestLayoutDashPackage. manifestLayout()Determines the position of some tags in the Media Presentation Description (MPD).static ManifestLayoutManifestLayout. valueOf(String name)Returns the enum constant of this type with the specified name.static ManifestLayout[]ManifestLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type ManifestLayout Modifier and Type Method Description static Set<ManifestLayout>ManifestLayout. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type ManifestLayout Modifier and Type Method Description DashPackage.BuilderDashPackage.Builder. manifestLayout(ManifestLayout manifestLayout)Determines the position of some tags in the Media Presentation Description (MPD).
-