Uses of Interface
com.amazonaws.services.s3.model.EncryptionMaterialsProvider

Packages that use EncryptionMaterialsProvider
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of EncryptionMaterialsProvider in com.amazonaws.services.s3
 

Constructors in com.amazonaws.services.s3 with parameters of type EncryptionMaterialsProvider
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterialsProvider encryptionMaterialsProvider)
           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)
           
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider encryptionMaterialsProvider)
           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)
           
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(EncryptionMaterialsProvider encryptionMaterialsProvider)
           Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
AmazonS3EncryptionClient(EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
 

Uses of EncryptionMaterialsProvider in com.amazonaws.services.s3.model
 

Classes in com.amazonaws.services.s3.model that implement EncryptionMaterialsProvider
 class StaticEncryptionMaterialsProvider
          Simple implementation of EncryptionMaterialsProvider that just wraps static EncryptionMaterials.
 



Copyright © 2016. All rights reserved.