Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ScheduleConfig
-
Packages that use ScheduleConfig Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of ScheduleConfig in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ScheduleConfig Modifier and Type Method Description ScheduleConfigRecorderConfig. scheduleConfig()The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.ScheduleConfigUploaderConfig. scheduleConfig()The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type ScheduleConfig Modifier and Type Method Description RecorderConfig.BuilderRecorderConfig.Builder. scheduleConfig(ScheduleConfig scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.UploaderConfig.BuilderUploaderConfig.Builder. scheduleConfig(ScheduleConfig scheduleConfig)The configuration that consists of theScheduleExpressionand theDurationInMinutesdetails that specify the scheduling to record from a camera, or local media file, onto the Edge Agent.
-