Uses of Class
software.amazon.awssdk.services.mediapackage.model.AdsOnDeliveryRestrictions
-
Packages that use AdsOnDeliveryRestrictions Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of AdsOnDeliveryRestrictions in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return AdsOnDeliveryRestrictions Modifier and Type Method Description AdsOnDeliveryRestrictionsDashPackage. adsOnDeliveryRestrictions()Returns the value of the AdsOnDeliveryRestrictions property for this object.AdsOnDeliveryRestrictionsHlsManifest. adsOnDeliveryRestrictions()Returns the value of the AdsOnDeliveryRestrictions property for this object.AdsOnDeliveryRestrictionsHlsManifestCreateOrUpdateParameters. adsOnDeliveryRestrictions()Returns the value of the AdsOnDeliveryRestrictions property for this object.AdsOnDeliveryRestrictionsHlsPackage. adsOnDeliveryRestrictions()Returns the value of the AdsOnDeliveryRestrictions property for this object.static AdsOnDeliveryRestrictionsAdsOnDeliveryRestrictions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AdsOnDeliveryRestrictionsAdsOnDeliveryRestrictions. valueOf(String name)Returns the enum constant of this type with the specified name.static AdsOnDeliveryRestrictions[]AdsOnDeliveryRestrictions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type AdsOnDeliveryRestrictions Modifier and Type Method Description static Set<AdsOnDeliveryRestrictions>AdsOnDeliveryRestrictions. knownValues()Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type AdsOnDeliveryRestrictions Modifier and Type Method Description DashPackage.BuilderDashPackage.Builder. adsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions)Sets the value of the AdsOnDeliveryRestrictions property for this object.HlsManifest.BuilderHlsManifest.Builder. adsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions)Sets the value of the AdsOnDeliveryRestrictions property for this object.HlsManifestCreateOrUpdateParameters.BuilderHlsManifestCreateOrUpdateParameters.Builder. adsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions)Sets the value of the AdsOnDeliveryRestrictions property for this object.HlsPackage.BuilderHlsPackage.Builder. adsOnDeliveryRestrictions(AdsOnDeliveryRestrictions adsOnDeliveryRestrictions)Sets the value of the AdsOnDeliveryRestrictions property for this object.
-