Uses of Class
software.amazon.awssdk.services.mediatailor.model.PrefetchConsumption
-
Packages that use PrefetchConsumption Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of PrefetchConsumption in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return PrefetchConsumption Modifier and Type Method Description PrefetchConsumptionCreatePrefetchScheduleRequest. consumption()The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.PrefetchConsumptionCreatePrefetchScheduleResponse. consumption()The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.PrefetchConsumptionGetPrefetchScheduleResponse. consumption()Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.PrefetchConsumptionPrefetchSchedule. consumption()Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type PrefetchConsumption Modifier and Type Method Description CreatePrefetchScheduleRequest.BuilderCreatePrefetchScheduleRequest.Builder. consumption(PrefetchConsumption consumption)The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.CreatePrefetchScheduleResponse.BuilderCreatePrefetchScheduleResponse.Builder. consumption(PrefetchConsumption consumption)The configuration settings for MediaTailor's consumption of the prefetched ads from the ad decision server.GetPrefetchScheduleResponse.BuilderGetPrefetchScheduleResponse.Builder. consumption(PrefetchConsumption consumption)Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.PrefetchSchedule.BuilderPrefetchSchedule.Builder. consumption(PrefetchConsumption consumption)Consumption settings determine how, and when, MediaTailor places the prefetched ads into ad breaks.
-