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.
|
Constructor and Description |
---|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterialsProvider encryptionMaterialsProvider)
Deprecated.
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterialsProvider encryptionMaterialsProvider,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig)
Deprecated.
|
AmazonS3EncryptionClient(AWSCredentials credentials,
EncryptionMaterialsProvider encryptionMaterialsProvider,
CryptoConfiguration cryptoConfig)
Deprecated.
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider encryptionMaterialsProvider)
Deprecated.
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider kekMaterialsProvider,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig)
Deprecated.
|
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider kekMaterialsProvider,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider encryptionMaterialsProvider,
CryptoConfiguration cryptoConfig)
Deprecated.
Constructs a new Amazon S3 Encryption client using the specified AWS
credentials to access Amazon S3.
|
AmazonS3EncryptionClient(AWSKMSClient kms,
AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider kekMaterialsProvider,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig,
RequestMetricCollector requestMetricCollector)
Deprecated.
|
AmazonS3EncryptionClient(EncryptionMaterialsProvider encryptionMaterialsProvider)
Deprecated.
Constructs a new Amazon S3 Encryption client that will make
anonymous requests to Amazon S3.
|
AmazonS3EncryptionClient(EncryptionMaterialsProvider encryptionMaterialsProvider,
CryptoConfiguration cryptoConfig)
Deprecated.
Constructs a new Amazon S3 Encryption client that will make
anonymous requests to Amazon S3.
|
Modifier and Type | Class and Description |
---|---|
class |
KMSEncryptionMaterialsProvider
Deprecated.
See
AmazonS3EncryptionClient
for further details. |
class |
StaticEncryptionMaterialsProvider
Simple implementation of EncryptionMaterialsProvider that just wraps static
EncryptionMaterials.
|
Copyright © 2019. All rights reserved.