Uses of Class
software.amazon.awssdk.services.medialive.model.HlsMediaStoreStorageClass
-
Packages that use HlsMediaStoreStorageClass Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of HlsMediaStoreStorageClass in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return HlsMediaStoreStorageClass Modifier and Type Method Description static HlsMediaStoreStorageClassHlsMediaStoreStorageClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsMediaStoreStorageClassHlsMediaStoreSettings. mediaStoreStorageClass()When set to temporal, output files are stored in non-persistent memory for faster reading and writing.static HlsMediaStoreStorageClassHlsMediaStoreStorageClass. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsMediaStoreStorageClass[]HlsMediaStoreStorageClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type HlsMediaStoreStorageClass Modifier and Type Method Description static Set<HlsMediaStoreStorageClass>HlsMediaStoreStorageClass. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type HlsMediaStoreStorageClass Modifier and Type Method Description HlsMediaStoreSettings.BuilderHlsMediaStoreSettings.Builder. mediaStoreStorageClass(HlsMediaStoreStorageClass mediaStoreStorageClass)When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
-