Uses of Class
software.amazon.awssdk.services.mediapackage.model.PlaylistType
-
Packages that use PlaylistType Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of PlaylistType in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return PlaylistType Modifier and Type Method Description static PlaylistTypePlaylistType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PlaylistTypeHlsManifest. playlistType()The HTTP Live Streaming (HLS) playlist type.PlaylistTypeHlsManifestCreateOrUpdateParameters. playlistType()The HTTP Live Streaming (HLS) playlist type.PlaylistTypeHlsPackage. playlistType()The HTTP Live Streaming (HLS) playlist type.static PlaylistTypePlaylistType. 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.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type PlaylistType Modifier and Type Method Description static Set<PlaylistType>PlaylistType. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type PlaylistType Modifier and Type Method Description HlsManifest.BuilderHlsManifest.Builder. playlistType(PlaylistType playlistType)The HTTP Live Streaming (HLS) playlist type.HlsManifestCreateOrUpdateParameters.BuilderHlsManifestCreateOrUpdateParameters.Builder. playlistType(PlaylistType playlistType)The HTTP Live Streaming (HLS) playlist type.HlsPackage.BuilderHlsPackage.Builder. playlistType(PlaylistType playlistType)The HTTP Live Streaming (HLS) playlist type.
-