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 KMSEncryptionConfig
KMSEncryptionConfig. clone()
KMSEncryptionConfig
EncryptionConfiguration. getKMSEncryptionConfig()
The encryption key.KMSEncryptionConfig
KMSEncryptionConfig. 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 void
EncryptionConfiguration. setKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig)
The encryption key.EncryptionConfiguration
EncryptionConfiguration. withKMSEncryptionConfig(KMSEncryptionConfig kMSEncryptionConfig)
The encryption key.
-