|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.s3.model.DeleteBucketRequest
public class DeleteBucketRequest
Deletes the specified bucket.
Note: If you delete an bucket that does not exist, Amazon S3 will return a success (not an error message).
Constructor Summary | |
---|---|
DeleteBucketRequest(String bucketName)
Constructs a new DeleteBucketRequest, ready to be executed and delete the specified bucket. |
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the Amazon S3 bucket to delete. |
void |
setBucketName(String bucketName)
Sets the name of the Amazon S3 bucket to delete. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeleteBucketRequest(String bucketName)
bucketName
- The name of the Amazon S3 bucket to delete.Method Detail |
---|
public void setBucketName(String bucketName)
bucketName
- the name of the Amazon S3 bucket to delete.public String getBucketName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |