| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model | |
| software.amazon.awssdk.services.mediatailor.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ScheduleEntry> |
GetChannelScheduleResponse.items()
A list of schedule entries for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleResponse.Builder |
GetChannelScheduleResponse.Builder.items(ScheduleEntry... items)
A list of schedule entries for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
GetChannelScheduleResponse.Builder |
GetChannelScheduleResponse.Builder.items(Collection<ScheduleEntry> items)
A list of schedule entries for the channel.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ScheduleEntry> |
GetChannelSchedulePublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ScheduleEntry> |
GetChannelScheduleIterable.items()
Returns an iterable to iterate through the paginated
GetChannelScheduleResponse.items() member. |
Copyright © 2023. All rights reserved.