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 NoEncryptionConfigUse this in place of valueOf.static NoEncryptionConfigReturns 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 TypeMethodDescriptionvoidEncryptionConfiguration.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.