Uses of Class
com.amazonaws.services.s3.model.PutObjectResult

Packages that use PutObjectResult
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
 

Uses of PutObjectResult in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 that return PutObjectResult
 PutObjectResult AmazonS3.putObject(PutObjectRequest putObjectRequest)
           Uploads a new object to the specified Amazon S3 bucket.
 PutObjectResult AmazonS3Client.putObject(PutObjectRequest putObjectRequest)
           
 PutObjectResult AmazonS3.putObject(String bucketName, String key, File file)
           Uploads the specified file to Amazon S3 under the specified bucket and key name.
 PutObjectResult AmazonS3Client.putObject(String bucketName, String key, File file)
           
 PutObjectResult AmazonS3.putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)
          Uploads the specified input stream and object metadata to Amazon S3 under the specified bucket and key name.
 PutObjectResult AmazonS3Client.putObject(String bucketName, String key, InputStream input, ObjectMetadata metadata)
           
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.