| Package | Description |
|---|---|
| com.amazonaws.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
PrefetchSchedule |
PrefetchSchedule.clone() |
PrefetchSchedule |
PrefetchSchedule.withArn(String arn)
The Amazon Resource Name (ARN) of the prefetch schedule.
|
PrefetchSchedule |
PrefetchSchedule.withConsumption(PrefetchConsumption consumption)
Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
|
PrefetchSchedule |
PrefetchSchedule.withName(String name)
The name of the prefetch schedule.
|
PrefetchSchedule |
PrefetchSchedule.withPlaybackConfigurationName(String playbackConfigurationName)
The name of the playback configuration to create the prefetch schedule for.
|
PrefetchSchedule |
PrefetchSchedule.withRetrieval(PrefetchRetrieval retrieval)
A complex type that contains settings for prefetch retrieval from the ad decision server (ADS).
|
PrefetchSchedule |
PrefetchSchedule.withStreamId(String streamId)
An optional stream identifier that you can specify in order to prefetch for multiple streams that use the same
playback configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrefetchSchedule> |
ListPrefetchSchedulesResult.getItems()
Lists the prefetch schedules.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrefetchSchedulesResult |
ListPrefetchSchedulesResult.withItems(PrefetchSchedule... items)
Lists the prefetch schedules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrefetchSchedulesResult.setItems(Collection<PrefetchSchedule> items)
Lists the prefetch schedules.
|
ListPrefetchSchedulesResult |
ListPrefetchSchedulesResult.withItems(Collection<PrefetchSchedule> items)
Lists the prefetch schedules.
|
Copyright © 2022. All rights reserved.