| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
static PlaylistType |
PlaylistType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PlaylistType |
HlsManifestCreateOrUpdateParameters.playlistType()
The HTTP Live Streaming (HLS) playlist type.
|
PlaylistType |
HlsManifest.playlistType()
The HTTP Live Streaming (HLS) playlist type.
|
PlaylistType |
HlsPackage.playlistType()
The HTTP Live Streaming (HLS) playlist type.
|
static PlaylistType |
PlaylistType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlaylistType[] |
PlaylistType.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<PlaylistType> |
PlaylistType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsManifestCreateOrUpdateParameters.Builder |
HlsManifestCreateOrUpdateParameters.Builder.playlistType(PlaylistType playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsManifest.Builder |
HlsManifest.Builder.playlistType(PlaylistType playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
HlsPackage.Builder |
HlsPackage.Builder.playlistType(PlaylistType playlistType)
The HTTP Live Streaming (HLS) playlist type.
|
Copyright © 2023. All rights reserved.