Uses of Class
software.amazon.awssdk.services.mediapackagevod.model.MssPackage
-
Packages that use MssPackage Package Description software.amazon.awssdk.services.mediapackagevod.model -
-
Uses of MssPackage in software.amazon.awssdk.services.mediapackagevod.model
Methods in software.amazon.awssdk.services.mediapackagevod.model that return MssPackage Modifier and Type Method Description MssPackageCreatePackagingConfigurationRequest. mssPackage()Returns the value of the MssPackage property for this object.MssPackageCreatePackagingConfigurationResponse. mssPackage()Returns the value of the MssPackage property for this object.MssPackageDescribePackagingConfigurationResponse. mssPackage()Returns the value of the MssPackage property for this object.MssPackagePackagingConfiguration. mssPackage()Returns the value of the MssPackage property for this object.Methods in software.amazon.awssdk.services.mediapackagevod.model with parameters of type MssPackage Modifier and Type Method Description CreatePackagingConfigurationRequest.BuilderCreatePackagingConfigurationRequest.Builder. mssPackage(MssPackage mssPackage)Sets the value of the MssPackage property for this object.CreatePackagingConfigurationResponse.BuilderCreatePackagingConfigurationResponse.Builder. mssPackage(MssPackage mssPackage)Sets the value of the MssPackage property for this object.DescribePackagingConfigurationResponse.BuilderDescribePackagingConfigurationResponse.Builder. mssPackage(MssPackage mssPackage)Sets the value of the MssPackage property for this object.PackagingConfiguration.BuilderPackagingConfiguration.Builder. mssPackage(MssPackage mssPackage)Sets the value of the MssPackage property for this object.
-