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