Uses of Interface
com.amazonaws.services.s3.AmazonS3

Packages that use AmazonS3
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.iterable   
com.amazonaws.services.s3.transfer Transfer management. 
 

Uses of AmazonS3 in com.amazonaws.services.s3
 

Classes in com.amazonaws.services.s3 that implement AmazonS3
 class AmazonS3Client
           Provides the client for accessing the Amazon S3 web service.
 class AmazonS3EncryptionClient
          Used to perform client-side encryption for storing data securely in S3.
 

Uses of AmazonS3 in com.amazonaws.services.s3.iterable
 

Methods in com.amazonaws.services.s3.iterable that return AmazonS3
 AmazonS3 S3Versions.getS3()
           
 AmazonS3 S3Objects.getS3()
           
 

Methods in com.amazonaws.services.s3.iterable with parameters of type AmazonS3
static S3Versions S3Versions.forKey(AmazonS3 s3, String bucketName, String key)
          Constructs an iterable that covers the versions of a single Amazon S3 object.
static S3Versions S3Versions.inBucket(AmazonS3 s3, String bucketName)
          Constructs an iterable that covers all the object versions in an Amazon S3 bucket.
static S3Objects S3Objects.inBucket(AmazonS3 s3, String bucketName)
          Constructs an iterable that covers all the objects in an Amazon S3 bucket.
static S3Versions S3Versions.withPrefix(AmazonS3 s3, String bucketName, String prefix)
          Constructs an iterable that covers the versions in an Amazon S3 bucket where the object key begins with the given prefix.
static S3Objects S3Objects.withPrefix(AmazonS3 s3, String bucketName, String prefix)
          Constructs an iterable that covers the objects in an Amazon S3 bucket where the key begins with the given prefix.
 

Uses of AmazonS3 in com.amazonaws.services.s3.transfer
 

Methods in com.amazonaws.services.s3.transfer that return AmazonS3
 AmazonS3 TransferManager.getAmazonS3Client()
          Returns the underlying Amazon S3 client used to make requests to Amazon S3.
 

Constructors in com.amazonaws.services.s3.transfer with parameters of type AmazonS3
TransferManager(AmazonS3 s3)
          Constructs a new TransferManager, specifying the client to use when making requests to Amazon S3.
TransferManager(AmazonS3 s3, ExecutorService threadPool)
          Constructs a new TransferManager specifying the client and thread pool to use when making requests to Amazon S3.
 



Copyright © 2016. All rights reserved.