Uses of Class
software.amazon.awssdk.services.mediatailor.model.AdBreakOpportunity
-
Packages that use AdBreakOpportunity Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of AdBreakOpportunity in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type AdBreakOpportunity Modifier and Type Method Description List<AdBreakOpportunity>DescribeVodSourceResponse. adBreakOpportunities()The ad break opportunities within the VOD source.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type AdBreakOpportunity Modifier and Type Method Description DescribeVodSourceResponse.BuilderDescribeVodSourceResponse.Builder. adBreakOpportunities(AdBreakOpportunity... adBreakOpportunities)The ad break opportunities within the VOD source.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type AdBreakOpportunity Modifier and Type Method Description DescribeVodSourceResponse.BuilderDescribeVodSourceResponse.Builder. adBreakOpportunities(Collection<AdBreakOpportunity> adBreakOpportunities)The ad break opportunities within the VOD source.
-