Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.ClipFragmentSelectorType
-
Packages that use ClipFragmentSelectorType Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of ClipFragmentSelectorType in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return ClipFragmentSelectorType Modifier and Type Method Description ClipFragmentSelectorTypeClipFragmentSelector. fragmentSelectorType()The origin of the timestamps to use (Server or Producer).static ClipFragmentSelectorTypeClipFragmentSelectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ClipFragmentSelectorTypeClipFragmentSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClipFragmentSelectorType[]ClipFragmentSelectorType. 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 ClipFragmentSelectorType Modifier and Type Method Description static Set<ClipFragmentSelectorType>ClipFragmentSelectorType. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type ClipFragmentSelectorType Modifier and Type Method Description ClipFragmentSelector.BuilderClipFragmentSelector.Builder. fragmentSelectorType(ClipFragmentSelectorType fragmentSelectorType)The origin of the timestamps to use (Server or Producer).
-