Uses of Class
software.amazon.awssdk.services.mediapackage.model.AdMarkers
-
Packages that use AdMarkers Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of AdMarkers in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return AdMarkers Modifier and Type Method Description AdMarkersHlsManifest. adMarkers()This setting controls how ad markers are included in the packaged OriginEndpoint.AdMarkersHlsManifestCreateOrUpdateParameters. adMarkers()This setting controls how ad markers are included in the packaged OriginEndpoint.AdMarkersHlsPackage. adMarkers()This setting controls how ad markers are included in the packaged OriginEndpoint.static AdMarkersAdMarkers. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdMarkersAdMarkers. valueOf(String name)Returns the enum constant of this type with the specified name.static AdMarkers[]AdMarkers. 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 AdMarkers Modifier and Type Method Description static Set<AdMarkers>AdMarkers. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type AdMarkers Modifier and Type Method Description HlsManifest.BuilderHlsManifest.Builder. adMarkers(AdMarkers adMarkers)This setting controls how ad markers are included in the packaged OriginEndpoint.HlsManifestCreateOrUpdateParameters.BuilderHlsManifestCreateOrUpdateParameters.Builder. adMarkers(AdMarkers adMarkers)This setting controls how ad markers are included in the packaged OriginEndpoint.HlsPackage.BuilderHlsPackage.Builder. adMarkers(AdMarkers adMarkers)This setting controls how ad markers are included in the packaged OriginEndpoint.
-