| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleConfig |
ScheduleConfig.clone() |
ScheduleConfig |
UploaderConfig.getScheduleConfig()
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
ScheduleConfig |
RecorderConfig.getScheduleConfig()
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
ScheduleConfig |
ScheduleConfig.withDurationInSeconds(Integer durationInSeconds)
The total duration to record the media.
|
ScheduleConfig |
ScheduleConfig.withScheduleExpression(String scheduleExpression)
The Quartz cron expression that takes care of scheduling jobs to record from the camera, or local media file,
onto the Edge Agent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UploaderConfig.setScheduleConfig(ScheduleConfig scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
void |
RecorderConfig.setScheduleConfig(ScheduleConfig scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
UploaderConfig |
UploaderConfig.withScheduleConfig(ScheduleConfig scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
RecorderConfig |
RecorderConfig.withScheduleConfig(ScheduleConfig scheduleConfig)
The configuration that consists of the
ScheduleExpression and the DurationInMinutes
details that specify the scheduling to record from a camera, or local media file, onto the Edge Agent. |
Copyright © 2022. All rights reserved.