| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
AdMarkers |
HlsManifestCreateOrUpdateParameters.adMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
AdMarkers |
HlsManifest.adMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
AdMarkers |
HlsPackage.adMarkers()
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
static AdMarkers |
AdMarkers.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AdMarkers |
AdMarkers.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AdMarkers> |
AdMarkers.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsManifestCreateOrUpdateParameters.Builder |
HlsManifestCreateOrUpdateParameters.Builder.adMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsManifest.Builder |
HlsManifest.Builder.adMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
HlsPackage.Builder |
HlsPackage.Builder.adMarkers(AdMarkers adMarkers)
This setting controls how ad markers are included in the packaged OriginEndpoint.
|
Copyright © 2023. All rights reserved.