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