Uses of Class
com.amazonaws.services.s3.model.CryptoStorageMode
-
Packages that use CryptoStorageMode Package Description com.amazonaws.services.s3.model 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 CryptoStorageMode Modifier and Type Method Description CryptoStorageModeCryptoConfiguration. getStorageMode()Returns the current storage mode of a CryptoConfiguration object.static CryptoStorageModeCryptoStorageMode. valueOf(String name)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 CryptoStorageMode Modifier and Type Method Description voidCryptoConfiguration. setStorageMode(CryptoStorageMode storageMode)Sets the storage mode to the specified mode.CryptoConfigurationCryptoConfiguration. withStorageMode(CryptoStorageMode storageMode)Sets the storage mode to the specified mode, and returns the updated CryptoConfiguration object.
-