Uses of Class
org.jclouds.s3.domain.Payer
-
Packages that use Payer Package Description org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorService
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 Modifier and Type Method Description 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 with parameters of type Payer Modifier and Type Method 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. -
Uses of Payer in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return Payer Modifier and Type Method 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. -
Uses of Payer in org.jclouds.s3.xml
Methods in org.jclouds.s3.xml that return Payer Modifier and Type Method Description Payer
PayerHandler. getResult()
-