Uses of Class
software.amazon.awssdk.services.mediatailor.model.ScheduleEntry
-
Packages that use ScheduleEntry Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of ScheduleEntry in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ScheduleEntry Modifier and Type Method Description List<ScheduleEntry>GetChannelScheduleResponse. items()A list of schedule entries for the channel.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type ScheduleEntry Modifier and Type Method Description GetChannelScheduleResponse.BuilderGetChannelScheduleResponse.Builder. items(ScheduleEntry... items)A list of schedule entries for the channel.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type ScheduleEntry Modifier and Type Method Description GetChannelScheduleResponse.BuilderGetChannelScheduleResponse.Builder. items(Collection<ScheduleEntry> items)A list of schedule entries for the channel. -
Uses of ScheduleEntry in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type ScheduleEntry Modifier and Type Method Description SdkIterable<ScheduleEntry>GetChannelScheduleIterable. items()Returns an iterable to iterate through the paginatedGetChannelScheduleResponse.items()member.SdkPublisher<ScheduleEntry>GetChannelSchedulePublisher. items()Returns a publisher that can be used to get a stream of data.
-