Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DestinationSettings
-
Packages that use DestinationSettings Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DestinationSettings in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DestinationSettings Modifier and Type Method Description DestinationSettingsCmafGroupSettings. destinationSettings()Settings associated with the destination.DestinationSettingsDashIsoGroupSettings. destinationSettings()Settings associated with the destination.DestinationSettingsFileGroupSettings. destinationSettings()Settings associated with the destination.DestinationSettingsHlsGroupSettings. destinationSettings()Settings associated with the destination.DestinationSettingsMsSmoothGroupSettings. destinationSettings()Settings associated with the destination.Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DestinationSettings Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. destinationSettings(DestinationSettings destinationSettings)Settings associated with the destination.DashIsoGroupSettings.BuilderDashIsoGroupSettings.Builder. destinationSettings(DestinationSettings destinationSettings)Settings associated with the destination.FileGroupSettings.BuilderFileGroupSettings.Builder. destinationSettings(DestinationSettings destinationSettings)Settings associated with the destination.HlsGroupSettings.BuilderHlsGroupSettings.Builder. destinationSettings(DestinationSettings destinationSettings)Settings associated with the destination.MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. destinationSettings(DestinationSettings destinationSettings)Settings associated with the destination.
-