Uses of Class
com.amazonaws.services.s3.model.CryptoStorageMode

Packages that use CryptoStorageMode
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
 CryptoStorageMode CryptoConfiguration.getStorageMode()
          Returns the current storage mode of a CryptoConfiguration object.
static CryptoStorageMode CryptoStorageMode.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
 void CryptoConfiguration.setStorageMode(CryptoStorageMode storageMode)
          Sets the storage mode to the specified mode.
 CryptoConfiguration CryptoConfiguration.withStorageMode(CryptoStorageMode storageMode)
          Sets the storage mode to the specified mode, and returns the updated CryptoConfiguration object.
 



Copyright © 2016. All rights reserved.