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
Subclasses with type arguments of type CryptoStorageMode in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumDenotes the different storage modes available for storing the encryption information that accompanies encrypted objects in S3.Methods in com.amazonaws.services.s3.model that return CryptoStorageModeModifier and TypeMethodDescriptionCryptoConfiguration.getStorageMode()Returns the current storage mode of a CryptoConfiguration object.static CryptoStorageModeReturns 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 TypeMethodDescriptionvoidCryptoConfiguration.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.