Uses of Class
com.amazonaws.services.kinesisfirehose.model.KMSEncryptionConfig
Packages that use KMSEncryptionConfig
-
Uses of KMSEncryptionConfig in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return KMSEncryptionConfigModifier and TypeMethodDescriptionKMSEncryptionConfig.clone()EncryptionConfiguration.getKMSEncryptionConfig()The encryption key.KMSEncryptionConfig.withAWSKMSKeyARN(String aWSKMSKeyARN) The ARN of the encryption key.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type KMSEncryptionConfigModifier and TypeMethodDescriptionvoidEncryptionConfiguration.setKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig) The encryption key.EncryptionConfiguration.withKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig) The encryption key.