|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeleteObjectRequest | |
|---|---|
| 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 DeleteObjectRequest in com.amazonaws.services.s3 |
|---|
| Methods in com.amazonaws.services.s3 with parameters of type DeleteObjectRequest | |
|---|---|
void |
AmazonS3.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket. |
void |
AmazonS3Client.deleteObject(DeleteObjectRequest deleteObjectRequest)
|
| Uses of DeleteObjectRequest in com.amazonaws.services.s3.model |
|---|
| Methods in com.amazonaws.services.s3.model that return DeleteObjectRequest | |
|---|---|
DeleteObjectRequest |
DeleteObjectRequest.withBucketName(String bucketName)
Sets the name of the Amazon S3 bucket containing the object to delete, and returns this object so that additional method calls may be chained together. |
DeleteObjectRequest |
DeleteObjectRequest.withKey(String key)
Sets the key of the object to delete, and returns this object so that additional method calls may be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||