| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationStatus |
ConfigurationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConfigurationStatus |
ImageGenerationConfiguration.status()
Indicates whether the
ContinuousImageGenerationConfigurations API is enabled or disabled. |
ConfigurationStatus |
NotificationConfiguration.status()
Indicates if a notification configuration is enabled or disabled.
|
static ConfigurationStatus |
ConfigurationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationStatus[] |
ConfigurationStatus.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<ConfigurationStatus> |
ConfigurationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImageGenerationConfiguration.Builder |
ImageGenerationConfiguration.Builder.status(ConfigurationStatus status)
Indicates whether the
ContinuousImageGenerationConfigurations API is enabled or disabled. |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.status(ConfigurationStatus status)
Indicates if a notification configuration is enabled or disabled.
|
Copyright © 2023. All rights reserved.