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