Uses of Class
software.amazon.awssdk.services.mediatailor.model.TimeShiftConfiguration
-
Packages that use TimeShiftConfiguration Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of TimeShiftConfiguration in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return TimeShiftConfiguration Modifier and Type Method Description TimeShiftConfigurationCreateChannelRequest. timeShiftConfiguration()The time-shifted viewing configuration you want to associate to the channel.TimeShiftConfigurationCreateChannelResponse. timeShiftConfiguration()The time-shifted viewing configuration assigned to the channel.TimeShiftConfigurationDescribeChannelResponse. timeShiftConfiguration()The time-shifted viewing configuration for the channel.TimeShiftConfigurationUpdateChannelRequest. timeShiftConfiguration()The time-shifted viewing configuration you want to associate to the channel.TimeShiftConfigurationUpdateChannelResponse. timeShiftConfiguration()The time-shifted viewing configuration for the channel.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type TimeShiftConfiguration Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration you want to associate to the channel.CreateChannelResponse.BuilderCreateChannelResponse.Builder. timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration assigned to the channel.DescribeChannelResponse.BuilderDescribeChannelResponse.Builder. timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration for the channel.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration you want to associate to the channel.UpdateChannelResponse.BuilderUpdateChannelResponse.Builder. timeShiftConfiguration(TimeShiftConfiguration timeShiftConfiguration)The time-shifted viewing configuration for the channel.
-