Uses of Class
com.amazonaws.services.s3.AmazonS3Client

Packages that use AmazonS3Client
com.amazonaws.services.dynamodbv2.datamodeling   
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of AmazonS3Client in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return AmazonS3Client
 AmazonS3Client S3Link.getAmazonS3Client()
           
 AmazonS3Client S3ClientCache.getClient(Region s3region)
          Returns a client for the requested region, or throws an exception when unable.
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AmazonS3Client
 void S3ClientCache.useClient(AmazonS3Client client)
          Force the client cache to provide a certain client for the region which that client is configured.
 

Uses of AmazonS3Client in com.amazonaws.services.s3
 

Subclasses of AmazonS3Client in com.amazonaws.services.s3
 class AmazonS3EncryptionClient
          Used to perform client-side encryption for storing data securely in S3.
 



Copyright © 2016. All rights reserved.