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 NoEncryptionConfig
NoEncryptionConfig. fromValue(String value)
Use this in place of valueOf.static NoEncryptionConfig
NoEncryptionConfig. 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 void
EncryptionConfiguration. setNoEncryptionConfig(NoEncryptionConfig noEncryptionConfig)
Specifically override existing encryption information to ensure no encryption is used.EncryptionConfiguration
EncryptionConfiguration. withNoEncryptionConfig(NoEncryptionConfig noEncryptionConfig)
Specifically override existing encryption information to ensure no encryption is used.
-