| Package | Description |
|---|---|
| com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
| com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonS3EncryptionClientBuilder.setEncryptionMaterials(EncryptionMaterialsProvider encryptionMaterials)
Sets the encryption materials to be used to encrypt and decrypt data
|
AmazonS3EncryptionClientBuilder |
AmazonS3EncryptionClientBuilder.withEncryptionMaterials(EncryptionMaterialsProvider encryptionMaterials)
Sets the encryption materials to be used to encrypt and decrypt data
|
| Modifier and Type | Class and Description |
|---|---|
class |
KMSEncryptionMaterialsProvider |
class |
SimpleMaterialProvider |
class |
StaticEncryptionMaterialsProvider
Simple implementation of EncryptionMaterialsProvider that just wraps static
EncryptionMaterials.
|
Copyright © 2017. All rights reserved.