|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Amazon S3. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||