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. 
com.amazonaws.services.s3.transfer Transfer management. 
 

Uses of PutObjectRequest in com.amazonaws.services.s3
 

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

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

Subclasses of PutObjectRequest in com.amazonaws.services.s3.model
 class EncryptedPutObjectRequest
           This class is an extension of PutObjectRequest to allow additional encryption material description to be specified on a per-request basis.In particular, EncryptedPutObjectRequest is only recognized by AmazonS3EncryptionJavaClient.
 

Methods in com.amazonaws.services.s3.model that return PutObjectRequest
 PutObjectRequest PutObjectRequest.clone()
          Returns a clone of this object so that the metadata can be further modified without affecting the original.
 PutObjectRequest PutObjectRequest.withAccessControlList(AccessControlList accessControlList)
          Sets the optional access control list for the new object.
 PutObjectRequest PutObjectRequest.withBucketName(String bucketName)
          Sets the name of the bucket where this request will upload a new object to.
 PutObjectRequest PutObjectRequest.withCannedAcl(CannedAccessControlList cannedAcl)
          Sets the optional pre-configured access control policy to use for the new object.
 PutObjectRequest PutObjectRequest.withFile(File file)
          Sets the file containing the data to be uploaded to Amazon S3.
 PutObjectRequest PutObjectRequest.withGeneralProgressListener(ProgressListener generalProgressListener)
          Sets the optional progress listener for receiving updates about object upload status, and returns this updated object so that additional method calls can be chained together.
 PutObjectRequest PutObjectRequest.withInputStream(InputStream inputStream)
          Sets the input stream containing the data to be uploaded to Amazon S3.
 PutObjectRequest PutObjectRequest.withKey(String key)
          Sets the key under which to store the new object.
 PutObjectRequest PutObjectRequest.withMetadata(ObjectMetadata metadata)
          Sets the optional metadata instructing Amazon S3 how to handle the uploaded data (e.g.
 PutObjectRequest PutObjectRequest.withProgressListener(ProgressListener progressListener)
          Deprecated. use withGeneralProgressListener(ProgressListener) instead.
 PutObjectRequest PutObjectRequest.withRedirectLocation(String redirectLocation)
          Sets the optional redirect location for the new object.Returns this PutObjectRequest, enabling additional method calls to be chained together.
 PutObjectRequest PutObjectRequest.withSSECustomerKey(SSECustomerKey sseKey)
          Sets the optional customer-provided server-side encryption key to use to encrypt the uploaded object, and returns the updated request object so that additional method calls can be chained together.
 PutObjectRequest PutObjectRequest.withStorageClass(StorageClass storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object.
 PutObjectRequest PutObjectRequest.withStorageClass(String storageClass)
          Sets the optional Amazon S3 storage class to use when storing the new object.
 

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

Methods in com.amazonaws.services.s3.transfer with parameters of type PutObjectRequest
 Upload TransferManager.upload(PutObjectRequest putObjectRequest)
           Schedules a new transfer to upload data to Amazon S3.
 



Copyright © 2016. All rights reserved.