Uses of Class
com.amazonaws.services.s3.model.S3Object
-
Packages that use S3Object Package Description com.amazonaws.services.s3 Synchronous client for accessing Amazon S3.com.amazonaws.services.s3.internal.crypto com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of S3Object in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 that return S3Object Modifier and Type Method Description S3ObjectAbstractAmazonS3. getObject(GetObjectRequest getObjectRequest)S3ObjectAbstractAmazonS3. getObject(String bucketName, String key)S3ObjectAmazonS3. getObject(GetObjectRequest getObjectRequest)Gets the object stored in Amazon S3 under the specified bucket and key.S3ObjectAmazonS3. getObject(String bucketName, String key)Gets the object stored in Amazon S3 under the specified bucket and key.S3ObjectAmazonS3Client. getObject(GetObjectRequest getObjectRequest)S3ObjectAmazonS3Client. getObject(String bucketName, String key)S3ObjectAmazonS3EncryptionClient. getObject(GetObjectRequest req) -
Uses of S3Object in com.amazonaws.services.s3.internal.crypto
Methods in com.amazonaws.services.s3.internal.crypto that return S3Object Modifier and Type Method Description S3ObjectCryptoModuleDispatcher. getObjectSecurely(GetObjectRequest req)abstract S3ObjectS3CryptoModule. getObjectSecurely(GetObjectRequest req) -
Uses of S3Object in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model with parameters of type S3Object Modifier and Type Method Description PutObjectRequestPutInstructionFileRequest. createPutObjectRequest(S3Object s3Object)Creates and returns aPutObjectRequestfor the instruction file with the specified suffix.
-