| 程序包 | 说明 |
|---|---|
| com.sinacloud.scs.services.scs | |
| com.sinacloud.scs.services.scs.model |
Classes modeling the various types represented by Amazon S3.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SCS.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes the specified object in the specified bucket.
|
void |
SCSClient.deleteObject(DeleteObjectRequest deleteObjectRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
DeleteObjectRequest |
DeleteObjectRequest.withBucketName(String bucketName)
Sets the name of the Amazon S3 bucket containing the object to delete
and returns this object, enabling additional method calls to be chained
together.
|
DeleteObjectRequest |
DeleteObjectRequest.withKey(String key)
Sets the key of the object to delete and returns this object, enabling
additional method calls to be chained together.
|
Copyright © 2016-2017. All Rights Reserved.