Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.CmafPackage
-
Packages that use CmafPackage Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of CmafPackage in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return CmafPackage Modifier and Type Method Description CmafPackageCreatePackagingConfigurationRequest. cmafPackage()Returns the value of the CmafPackage property for this object.CmafPackageCreatePackagingConfigurationResponse. cmafPackage()Returns the value of the CmafPackage property for this object.CmafPackageDescribePackagingConfigurationResponse. cmafPackage()Returns the value of the CmafPackage property for this object.CmafPackagePackagingConfiguration. cmafPackage()Returns the value of the CmafPackage property for this object.Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type CmafPackage Modifier and Type Method Description CreatePackagingConfigurationRequest.BuilderCreatePackagingConfigurationRequest.Builder. cmafPackage(CmafPackage cmafPackage)Sets the value of the CmafPackage property for this object.CreatePackagingConfigurationResponse.BuilderCreatePackagingConfigurationResponse.Builder. cmafPackage(CmafPackage cmafPackage)Sets the value of the CmafPackage property for this object.DescribePackagingConfigurationResponse.BuilderDescribePackagingConfigurationResponse.Builder. cmafPackage(CmafPackage cmafPackage)Sets the value of the CmafPackage property for this object.PackagingConfiguration.BuilderPackagingConfiguration.Builder. cmafPackage(CmafPackage cmafPackage)Sets the value of the CmafPackage property for this object.
-