|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Payer | |
|---|---|
| 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. |
| Uses of Payer in org.jclouds.s3 |
|---|
| Methods in org.jclouds.s3 that return Payer | |
|---|---|
Payer |
S3Client.getBucketPayer(String bucketName)
A GET request operation on a requestPayment resource returns the request payment configuration of a bucket. |
| Methods in org.jclouds.s3 that return types with arguments of type Payer | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Payer> |
S3AsyncClient.getBucketPayer(String bucketName)
|
| Methods in org.jclouds.s3 with parameters of type Payer | |
|---|---|
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)
|
| Uses of Payer in org.jclouds.s3.domain |
|---|
| Methods in org.jclouds.s3.domain that return Payer | |
|---|---|
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. |
| Uses of Payer in org.jclouds.s3.xml |
|---|
| Methods in org.jclouds.s3.xml that return Payer | |
|---|---|
Payer |
PayerHandler.getResult()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||