Uses of Class
software.amazon.awssdk.services.mediapackage.model.StreamSelection
-
Packages that use StreamSelection Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of StreamSelection in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return StreamSelection Modifier and Type Method Description StreamSelectionCmafPackage. streamSelection()Returns the value of the StreamSelection property for this object.StreamSelectionCmafPackageCreateOrUpdateParameters. streamSelection()Returns the value of the StreamSelection property for this object.StreamSelectionDashPackage. streamSelection()Returns the value of the StreamSelection property for this object.StreamSelectionHlsPackage. streamSelection()Returns the value of the StreamSelection property for this object.StreamSelectionMssPackage. streamSelection()Returns the value of the StreamSelection property for this object.Methods in software.amazon.awssdk.services.mediapackage.model with parameters of type StreamSelection Modifier and Type Method Description CmafPackage.BuilderCmafPackage.Builder. streamSelection(StreamSelection streamSelection)Sets the value of the StreamSelection property for this object.CmafPackageCreateOrUpdateParameters.BuilderCmafPackageCreateOrUpdateParameters.Builder. streamSelection(StreamSelection streamSelection)Sets the value of the StreamSelection property for this object.DashPackage.BuilderDashPackage.Builder. streamSelection(StreamSelection streamSelection)Sets the value of the StreamSelection property for this object.HlsPackage.BuilderHlsPackage.Builder. streamSelection(StreamSelection streamSelection)Sets the value of the StreamSelection property for this object.MssPackage.BuilderMssPackage.Builder. streamSelection(StreamSelection streamSelection)Sets the value of the StreamSelection property for this object.
-