Uses of Class
com.amazonaws.services.kinesisfirehose.model.KMSEncryptionConfig
-
Packages that use KMSEncryptionConfig Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of KMSEncryptionConfig in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return KMSEncryptionConfig Modifier and Type Method Description KMSEncryptionConfigKMSEncryptionConfig. clone()KMSEncryptionConfigEncryptionConfiguration. getKMSEncryptionConfig()The encryption key.KMSEncryptionConfigKMSEncryptionConfig. withAWSKMSKeyARN(String aWSKMSKeyARN)The ARN of the encryption key.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type KMSEncryptionConfig Modifier and Type Method Description voidEncryptionConfiguration. setKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig)The encryption key.EncryptionConfigurationEncryptionConfiguration. withKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig)The encryption key.
-