Uses of Class
com.amazonaws.services.kinesisfirehose.model.NoEncryptionConfig
-
Packages that use NoEncryptionConfig Package Description com.amazonaws.services.kinesisfirehose.model -
-
Uses of NoEncryptionConfig in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return NoEncryptionConfig Modifier and Type Method Description static NoEncryptionConfigNoEncryptionConfig. fromValue(String value)Use this in place of valueOf.static NoEncryptionConfigNoEncryptionConfig. valueOf(String name)Returns the enum constant of this type with the specified name.static NoEncryptionConfig[]NoEncryptionConfig. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesisfirehose.model with parameters of type NoEncryptionConfig Modifier and Type Method Description voidEncryptionConfiguration. setNoEncryptionConfig(NoEncryptionConfig noEncryptionConfig)Specifically override existing encryption information to ensure no encryption is used.EncryptionConfigurationEncryptionConfiguration. withNoEncryptionConfig(NoEncryptionConfig noEncryptionConfig)Specifically override existing encryption information to ensure no encryption is used.
-