Uses of Enum
com.amazonaws.services.kinesisfirehose.model.NoEncryptionConfig
Packages that use NoEncryptionConfig
-
Uses of NoEncryptionConfig in com.amazonaws.services.kinesisfirehose.model
Methods in com.amazonaws.services.kinesisfirehose.model that return NoEncryptionConfigModifier and TypeMethodDescriptionstatic NoEncryptionConfig
Use this in place of valueOf.static NoEncryptionConfig
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 NoEncryptionConfigModifier and TypeMethodDescriptionvoid
EncryptionConfiguration.setNoEncryptionConfig
(NoEncryptionConfig noEncryptionConfig) Specifically override existing encryption information to ensure no encryption is used.EncryptionConfiguration.withNoEncryptionConfig
(NoEncryptionConfig noEncryptionConfig) Specifically override existing encryption information to ensure no encryption is used.