| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static FormatConfigKey |
FormatConfigKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FormatConfigKey |
FormatConfigKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormatConfigKey[] |
FormatConfigKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FormatConfigKey,String> |
ImageGenerationConfiguration.formatConfig()
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
static Set<FormatConfigKey> |
FormatConfigKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.formatConfig(Map<FormatConfigKey,String> formatConfig)
The list of a key-value pair structure that contains extra parameters that can be applied when the image is
generated.
|
Copyright © 2023. All rights reserved.