Uses of Class
software.amazon.awssdk.services.mediatailor.model.AvailMatchingCriteria
-
Packages that use AvailMatchingCriteria Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of AvailMatchingCriteria in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type AvailMatchingCriteria Modifier and Type Method Description List<AvailMatchingCriteria>PrefetchConsumption. availMatchingCriteria()If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such asscte.event_id, set the avail matching criteria.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type AvailMatchingCriteria Modifier and Type Method Description PrefetchConsumption.BuilderPrefetchConsumption.Builder. availMatchingCriteria(AvailMatchingCriteria... availMatchingCriteria)If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such asscte.event_id, set the avail matching criteria.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type AvailMatchingCriteria Modifier and Type Method Description PrefetchConsumption.BuilderPrefetchConsumption.Builder. availMatchingCriteria(Collection<AvailMatchingCriteria> availMatchingCriteria)If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that match specific dynamic variables, such asscte.event_id, set the avail matching criteria.
-