Uses of Class
software.amazon.awssdk.services.mediapackage.model.Profile
-
Packages that use Profile Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of Profile in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return Profile Modifier and Type Method Description static ProfileProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProfileDashPackage. profile()The Dynamic Adaptive Streaming over HTTP (DASH) profile type.static ProfileProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static Profile[]Profile. 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 Profile Modifier and Type Method Description static Set<Profile>Profile. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type Profile Modifier and Type Method Description DashPackage.BuilderDashPackage.Builder. profile(Profile profile)The Dynamic Adaptive Streaming over HTTP (DASH) profile type.
-