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 S3Object
AbstractAmazonS3. getObject(GetObjectRequest getObjectRequest)
S3Object
AbstractAmazonS3. getObject(String bucketName, String key)
S3Object
AmazonS3. getObject(GetObjectRequest getObjectRequest)
Gets the object stored in Amazon S3 under the specified bucket and key.S3Object
AmazonS3. getObject(String bucketName, String key)
Gets the object stored in Amazon S3 under the specified bucket and key.S3Object
AmazonS3Client. getObject(GetObjectRequest getObjectRequest)
S3Object
AmazonS3Client. getObject(String bucketName, String key)
S3Object
AmazonS3EncryptionClient. 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 S3Object
CryptoModuleDispatcher. getObjectSecurely(GetObjectRequest req)
abstract S3Object
S3CryptoModule. 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 PutObjectRequest
PutInstructionFileRequest. createPutObjectRequest(S3Object s3Object)
Creates and returns aPutObjectRequest
for the instruction file with the specified suffix.
-