| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
static SyncStatus |
SyncStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SyncStatus |
ListEdgeAgentConfigurationsEdgeConfig.syncStatus()
The current sync status of the stream's edge configuration.
|
SyncStatus |
DescribeEdgeConfigurationResponse.syncStatus()
The latest status of the edge configuration update.
|
SyncStatus |
StartEdgeConfigurationUpdateResponse.syncStatus()
The current sync status of the stream's edge configuration.
|
static SyncStatus |
SyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SyncStatus[] |
SyncStatus.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<SyncStatus> |
SyncStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListEdgeAgentConfigurationsEdgeConfig.Builder |
ListEdgeAgentConfigurationsEdgeConfig.Builder.syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration.
|
DescribeEdgeConfigurationResponse.Builder |
DescribeEdgeConfigurationResponse.Builder.syncStatus(SyncStatus syncStatus)
The latest status of the edge configuration update.
|
StartEdgeConfigurationUpdateResponse.Builder |
StartEdgeConfigurationUpdateResponse.Builder.syncStatus(SyncStatus syncStatus)
The current sync status of the stream's edge configuration.
|
Copyright © 2023. All rights reserved.