Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.HLSFragmentSelectorType
-
Packages that use HLSFragmentSelectorType Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of HLSFragmentSelectorType in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return HLSFragmentSelectorType Modifier and Type Method Description HLSFragmentSelectorTypeHLSFragmentSelector. fragmentSelectorType()The source of the timestamps for the requested media.static HLSFragmentSelectorTypeHLSFragmentSelectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HLSFragmentSelectorTypeHLSFragmentSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static HLSFragmentSelectorType[]HLSFragmentSelectorType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return types with arguments of type HLSFragmentSelectorType Modifier and Type Method Description static Set<HLSFragmentSelectorType>HLSFragmentSelectorType. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type HLSFragmentSelectorType Modifier and Type Method Description HLSFragmentSelector.BuilderHLSFragmentSelector.Builder. fragmentSelectorType(HLSFragmentSelectorType fragmentSelectorType)The source of the timestamps for the requested media.
-