Uses of Enum
com.amazonaws.services.s3.model.CryptoStorageMode
Packages that use CryptoStorageMode
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of CryptoStorageMode in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CryptoStorageModeModifier and TypeMethodDescriptionCryptoConfiguration.getStorageMode()
Returns the current storage mode of a CryptoConfiguration object.static CryptoStorageMode
Returns the enum constant of this type with the specified name.static CryptoStorageMode[]
CryptoStorageMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model with parameters of type CryptoStorageModeModifier and TypeMethodDescriptionvoid
CryptoConfiguration.setStorageMode
(CryptoStorageMode storageMode) Sets the storage mode to the specified mode.CryptoConfiguration.withStorageMode
(CryptoStorageMode storageMode) Sets the storage mode to the specified mode, and returns the updated CryptoConfiguration object.