Uses of Interface
com.amazonaws.services.s3.AmazonS3
-
Packages that use AmazonS3 Package Description com.amazonaws.services.dynamodbv2.datamodeling 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.dynamodbv2.datamodeling
Methods in com.amazonaws.services.dynamodbv2.datamodeling that return AmazonS3 Modifier and Type Method Description AmazonS3S3Link. getAmazonS3Client()AmazonS3S3ClientCache. 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 AmazonS3 Modifier and Type Method Description voidS3ClientCache. useClient(AmazonS3 client)Force the client cache to provide a certain client for the region which that client is configured. -
Uses of AmazonS3 in com.amazonaws.services.s3
Subinterfaces of AmazonS3 in com.amazonaws.services.s3 Modifier and Type Interface Description interfaceAmazonS3EncryptionA marker interface used to check if an instance of S3 client is an S3 encryption client.Classes in com.amazonaws.services.s3 that implement AmazonS3 Modifier and Type Class Description classAbstractAmazonS3An Abstract class that users needs to extend instead ofAmazonS3interface.classAmazonS3ClientProvides the client for accessing the Amazon S3 web service.classAmazonS3EncryptionClientUsed to perform client-side encryption for storing data securely in S3.Methods in com.amazonaws.services.s3 that return AmazonS3 Modifier and Type Method Description protected AmazonS3UploadObjectObserver. getAmazonS3()Returns theAmazonS3instance initialized viaUploadObjectObserver.init(UploadObjectRequest, S3DirectSpi, AmazonS3, ExecutorService)Methods in com.amazonaws.services.s3 with parameters of type AmazonS3 Modifier and Type Method Description UploadObjectObserverUploadObjectObserver. init(UploadObjectRequest req, com.amazonaws.services.s3.internal.S3DirectSpi s3direct, AmazonS3 s3, ExecutorService es)Used to initialized this observer. -
Uses of AmazonS3 in com.amazonaws.services.s3.iterable
Methods in com.amazonaws.services.s3.iterable that return AmazonS3 Modifier and Type Method Description AmazonS3S3Objects. getS3()AmazonS3S3Versions. getS3()Methods in com.amazonaws.services.s3.iterable with parameters of type AmazonS3 Modifier and Type Method Description static S3VersionsS3Versions. forKey(AmazonS3 s3, String bucketName, String key)Constructs an iterable that covers the versions of a single Amazon S3 object.static S3ObjectsS3Objects. inBucket(AmazonS3 s3, String bucketName)Constructs an iterable that covers all the objects in an Amazon S3 bucket.static S3VersionsS3Versions. inBucket(AmazonS3 s3, String bucketName)Constructs an iterable that covers all the object versions in an Amazon S3 bucket.static S3ObjectsS3Objects. 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.static S3VersionsS3Versions. 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. -
Uses of AmazonS3 in com.amazonaws.services.s3.transfer
Methods in com.amazonaws.services.s3.transfer that return AmazonS3 Modifier and Type Method Description AmazonS3TransferManager. 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 Constructor Description TransferManager(AmazonS3 s3)Constructs a newTransferManager, specifying the client to use when making requests to Amazon S3.TransferManager(AmazonS3 s3, ExecutorService executorService)Constructs a newTransferManagerspecifying the client and thread pool to use when making requests to Amazon S3.TransferManager(AmazonS3 s3, ExecutorService executorService, boolean shutDownThreadPools)Constructs a newTransferManagerspecifying the client and thread pool to use when making requests to Amazon S3.
-