Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.DashPackage
-
Packages that use DashPackage Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of DashPackage in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return DashPackage Modifier and Type Method Description DashPackageCreatePackagingConfigurationRequest. dashPackage()Returns the value of the DashPackage property for this object.DashPackageCreatePackagingConfigurationResponse. dashPackage()Returns the value of the DashPackage property for this object.DashPackageDescribePackagingConfigurationResponse. dashPackage()Returns the value of the DashPackage property for this object.DashPackagePackagingConfiguration. dashPackage()Returns the value of the DashPackage property for this object.Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type DashPackage Modifier and Type Method Description CreatePackagingConfigurationRequest.BuilderCreatePackagingConfigurationRequest.Builder. dashPackage(DashPackage dashPackage)Sets the value of the DashPackage property for this object.CreatePackagingConfigurationResponse.BuilderCreatePackagingConfigurationResponse.Builder. dashPackage(DashPackage dashPackage)Sets the value of the DashPackage property for this object.DescribePackagingConfigurationResponse.BuilderDescribePackagingConfigurationResponse.Builder. dashPackage(DashPackage dashPackage)Sets the value of the DashPackage property for this object.PackagingConfiguration.BuilderPackagingConfiguration.Builder. dashPackage(DashPackage dashPackage)Sets the value of the DashPackage property for this object.
-