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

Packages that use PutObjectRequest
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of PutObjectRequest in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type PutObjectRequest
 PutObjectResult AmazonS3.putObject(PutObjectRequest putObjectRequest)
           Uploads a new object to the specified Amazon S3 bucket.
 PutObjectResult AmazonS3Client.putObject(PutObjectRequest putObjectRequest)
           
 

Uses of PutObjectRequest in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return PutObjectRequest
 PutObjectRequest PutObjectRequest.withBucketName(String bucketName)
          Sets the name of the bucket, to which this request will upload a new object, and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withCannedAcl(CannedAccessControlList cannedAcl)
          Sets the optional pre-configured access control policy to use for the new object, and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withFile(File file)
          Sets the file containing the data to be uploaded to Amazon S3, and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withInputStream(InputStream inputStream)
          Sets the InputStream containing the data to be uploaded to Amazon S3, and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withKey(String key)
          Sets the key under which to store the new object, and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withMetadata(ObjectMetadata metadata)
          Sets the optional metadata instructing Amazon S3 how to handle the uploaded data (ex: custom user metadata, hooks for specifying content type, etc.), and returns this object so that additional method calls may be chained together.
 PutObjectRequest PutObjectRequest.withStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object, and returns this PutObjectRequest so that additional method calls can be chained together.
 PutObjectRequest PutObjectRequest.withStorageClass(String storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object, and returns this PutObjectRequest so that additional method calls can be chained together.
 



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