|
||||||||||
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.GenericBucketRequest
public class GenericBucketRequest
Generic request container for web service requests on buckets.
Constructor Summary | |
---|---|
GenericBucketRequest(String bucketName)
Create a generic request for a bucket operation. |
Method Summary | |
---|---|
String |
getBucket()
Deprecated. Use getBucketName() instead. |
String |
getBucketName()
Returns the name of the target bucket. |
void |
setBucketName(String bucketName)
Sets the name of the target bucket. |
GenericBucketRequest |
withBucketName(String bucketName)
Sets the name of the target bucket, and returns this updated request object so that additional method calls can be chained together. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenericBucketRequest(String bucketName)
bucketName
- The name of the target bucket.Method Detail |
---|
@Deprecated public String getBucket()
public String getBucketName()
public void setBucketName(String bucketName)
public GenericBucketRequest withBucketName(String bucketName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |