| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeConfig |
EdgeConfig.clone() |
EdgeConfig |
StartEdgeConfigurationUpdateRequest.getEdgeConfig()
The edge configuration details required to invoke the update process.
|
EdgeConfig |
ListEdgeAgentConfigurationsEdgeConfig.getEdgeConfig() |
EdgeConfig |
DescribeEdgeConfigurationResult.getEdgeConfig()
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
EdgeConfig |
StartEdgeConfigurationUpdateResult.getEdgeConfig()
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
EdgeConfig |
EdgeConfig.withDeletionConfig(DeletionConfig deletionConfig)
The deletion configuration is made up of the retention time (
EdgeRetentionInHours) and local size
configuration (LocalSizeConfig) details that are used to make the deletion. |
EdgeConfig |
EdgeConfig.withHubDeviceArn(String hubDeviceArn)
The "Internet of Things (IoT) Thing" Arn of the stream.
|
EdgeConfig |
EdgeConfig.withRecorderConfig(RecorderConfig recorderConfig)
The recorder configuration consists of the local
MediaSourceConfig details, that are used as
credentials to access the local media files streamed on the camera. |
EdgeConfig |
EdgeConfig.withUploaderConfig(UploaderConfig uploaderConfig)
The uploader configuration contains the
ScheduleExpression details that are used to schedule upload
jobs for the recorded media files from the Edge Agent to a Kinesis Video Stream. |
| Modifier and Type | Method and Description |
|---|---|
void |
StartEdgeConfigurationUpdateRequest.setEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
|
void |
ListEdgeAgentConfigurationsEdgeConfig.setEdgeConfig(EdgeConfig edgeConfig) |
void |
DescribeEdgeConfigurationResult.setEdgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
void |
StartEdgeConfigurationUpdateResult.setEdgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
StartEdgeConfigurationUpdateRequest |
StartEdgeConfigurationUpdateRequest.withEdgeConfig(EdgeConfig edgeConfig)
The edge configuration details required to invoke the update process.
|
ListEdgeAgentConfigurationsEdgeConfig |
ListEdgeAgentConfigurationsEdgeConfig.withEdgeConfig(EdgeConfig edgeConfig) |
DescribeEdgeConfigurationResult |
DescribeEdgeConfigurationResult.withEdgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
StartEdgeConfigurationUpdateResult |
StartEdgeConfigurationUpdateResult.withEdgeConfig(EdgeConfig edgeConfig)
A description of the stream's edge configuration that will be used to sync with the Edge Agent IoT Greengrass
component.
|
Copyright © 2023. All rights reserved.