Uses of Class
com.amazonaws.services.s3.model.CryptoMode
-
Packages that use CryptoMode Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of CryptoMode in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return CryptoMode Modifier and Type Method Description CryptoModeCryptoConfiguration. getCryptoMode()Returns the optionally specified crypto mode applicable only to the S3 encryption client; or null.static CryptoModeCryptoMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoMode[]CryptoMode. 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 CryptoMode Modifier and Type Method Description voidCryptoConfiguration. setCryptoMode(CryptoMode cryptoMode)Sets the crypto mode; applicable only to the S3 encryption client.CryptoConfigurationCryptoConfiguration. withCryptoMode(CryptoMode cryptoMode)Fluent API to set the crypto mode; applicable only to the S3 encryption client.Constructors in com.amazonaws.services.s3.model with parameters of type CryptoMode Constructor Description CryptoConfiguration(CryptoMode cryptoMode)
-