Uses of Class
software.amazon.awssdk.services.kinesisvideoarchivedmedia.model.ImageError
-
Packages that use ImageError Package Description software.amazon.awssdk.services.kinesisvideoarchivedmedia.model -
-
Uses of ImageError in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model
Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model that return ImageError Modifier and Type Method Description ImageErrorImage. error()The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error.static ImageErrorImageError. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ImageErrorImageError. valueOf(String name)Returns the enum constant of this type with the specified name.static ImageError[]ImageError. 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 ImageError Modifier and Type Method Description static Set<ImageError>ImageError. knownValues()Methods in software.amazon.awssdk.services.kinesisvideoarchivedmedia.model with parameters of type ImageError Modifier and Type Method Description Image.BuilderImage.Builder. error(ImageError error)The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error.
-