Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
CryptoStorageMode |
CryptoConfiguration.getStorageMode()
Deprecated.
Returns the current storage mode of a CryptoConfiguration object.
|
CryptoStorageMode |
CryptoConfigurationV2.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.
|
Modifier and Type | Method and Description |
---|---|
void |
CryptoConfiguration.setStorageMode(CryptoStorageMode storageMode)
Deprecated.
Sets the storage mode to the specified mode.
|
void |
CryptoConfigurationV2.setStorageMode(CryptoStorageMode storageMode)
Sets the storage mode to the specified mode.
|
CryptoConfiguration |
CryptoConfiguration.withStorageMode(CryptoStorageMode storageMode)
Deprecated.
Sets the storage mode to the specified mode, and returns the updated
CryptoConfiguration object.
|
CryptoConfigurationV2 |
CryptoConfigurationV2.withStorageMode(CryptoStorageMode storageMode)
Sets the storage mode to the specified mode, and returns the updated
CryptoConfiguration object.
|
Copyright © 2022. All rights reserved.