| Package | Description | 
|---|---|
| org.jclouds.s3 | 
 This package contains an Amazon S3 client implemented by  
HttpCommandExecutorService commands. | 
| org.jclouds.s3.domain | 
 This package contains the core components of S3. 
 | 
| org.jclouds.s3.xml | 
 This package contains xml logic that parses S3 responses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Payer | 
S3Client.getBucketPayer(String bucketName)
A GET request operation on a requestPayment resource returns the request payment configuration
 of a bucket. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Payer> | 
S3AsyncClient.getBucketPayer(String bucketName)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
S3Client.setBucketPayer(String bucketName,
              Payer payer)
The PUT request operation with a requestPayment URI configures an existing bucket to be
 Requester Pays or not. 
 | 
com.google.common.util.concurrent.ListenableFuture<Void> | 
S3AsyncClient.setBucketPayer(String bucketName,
              Payer payer)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static Payer | 
Payer.fromValue(String payer)  | 
static Payer | 
Payer.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Payer[] | 
Payer.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Payer | 
PayerHandler.getResult()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.