Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.DashPeriodTrigger
-
Packages that use DashPeriodTrigger Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of DashPeriodTrigger in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return DashPeriodTrigger Modifier and Type Method Description static DashPeriodTriggerDashPeriodTrigger. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DashPeriodTriggerDashPeriodTrigger. valueOf(String name)Returns the enum constant of this type with the specified name.static DashPeriodTrigger[]DashPeriodTrigger. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type DashPeriodTrigger Modifier and Type Method Description static Set<DashPeriodTrigger>DashPeriodTrigger. knownValues()List<DashPeriodTrigger>CreateDashManifestConfiguration. periodTriggers()A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.List<DashPeriodTrigger>GetDashManifestConfiguration. periodTriggers()A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type DashPeriodTrigger Modifier and Type Method Description CreateDashManifestConfiguration.BuilderCreateDashManifestConfiguration.Builder. periodTriggers(DashPeriodTrigger... periodTriggers)A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.GetDashManifestConfiguration.BuilderGetDashManifestConfiguration.Builder. periodTriggers(DashPeriodTrigger... periodTriggers)A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.Method parameters in software.amazon.awssdk.services.mediapackagev2.model with type arguments of type DashPeriodTrigger Modifier and Type Method Description CreateDashManifestConfiguration.BuilderCreateDashManifestConfiguration.Builder. periodTriggers(Collection<DashPeriodTrigger> periodTriggers)A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.GetDashManifestConfiguration.BuilderGetDashManifestConfiguration.Builder. periodTriggers(Collection<DashPeriodTrigger> periodTriggers)A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods.
-