Uses of Class
software.amazon.awssdk.services.mediapackage.model.UtcTiming
-
Packages that use UtcTiming Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of UtcTiming in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return UtcTiming Modifier and Type Method Description static UtcTimingUtcTiming. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UtcTimingDashPackage. utcTiming()Determines the type of UTCTiming included in the Media Presentation Description (MPD)static UtcTimingUtcTiming. valueOf(String name)Returns the enum constant of this type with the specified name.static UtcTiming[]UtcTiming. 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 UtcTiming Modifier and Type Method Description static Set<UtcTiming>UtcTiming. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type UtcTiming Modifier and Type Method Description DashPackage.BuilderDashPackage.Builder. utcTiming(UtcTiming utcTiming)Determines the type of UTCTiming included in the Media Presentation Description (MPD)
-