| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideoarchivedmedia.model |
| Modifier and Type | Method and Description |
|---|---|
ImageError |
Image.error()
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable error.
|
static ImageError |
ImageError.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ImageError |
ImageError.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImageError> |
ImageError.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Image.Builder |
Image.Builder.error(ImageError error)
The error message shown when the image for the provided timestamp was not extracted due to a non-tryable
error.
|
Copyright © 2023. All rights reserved.