Uses of Interface
software.amazon.awssdk.services.mediapackage.model.EncryptionContractConfiguration.Builder
-
Packages that use EncryptionContractConfiguration.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of EncryptionContractConfiguration.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return EncryptionContractConfiguration.Builder Modifier and Type Method Description static EncryptionContractConfiguration.BuilderEncryptionContractConfiguration. builder()EncryptionContractConfiguration.BuilderEncryptionContractConfiguration.Builder. presetSpeke20Audio(String presetSpeke20Audio)A collection of audio encryption presets.EncryptionContractConfiguration.BuilderEncryptionContractConfiguration.Builder. presetSpeke20Audio(PresetSpeke20Audio presetSpeke20Audio)A collection of audio encryption presets.EncryptionContractConfiguration.BuilderEncryptionContractConfiguration.Builder. presetSpeke20Video(String presetSpeke20Video)A collection of video encryption presets.EncryptionContractConfiguration.BuilderEncryptionContractConfiguration.Builder. presetSpeke20Video(PresetSpeke20Video presetSpeke20Video)A collection of video encryption presets.EncryptionContractConfiguration.BuilderEncryptionContractConfiguration. toBuilder()Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type EncryptionContractConfiguration.Builder Modifier and Type Method Description static Class<? extends EncryptionContractConfiguration.Builder>EncryptionContractConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackage.model with type arguments of type EncryptionContractConfiguration.Builder Modifier and Type Method Description default SpekeKeyProvider.BuilderSpekeKeyProvider.Builder. encryptionContractConfiguration(Consumer<EncryptionContractConfiguration.Builder> encryptionContractConfiguration)Sets the value of the EncryptionContractConfiguration property for this object.
-