Package com.amazonaws.services.s3.model
Class RequestPaymentConfiguration
- java.lang.Object
-
- com.amazonaws.services.s3.model.RequestPaymentConfiguration
-
- All Implemented Interfaces:
Serializable
public class RequestPaymentConfiguration extends Object implements Serializable
The Request Payment Configuration associated with an Amazon S3 bucket.If set to Requester, the requester instead of the bucket owner pays the cost of the request and the data download from the bucket. The bucket owner always pays the cost of storing data.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequestPaymentConfiguration.Payer
-
Constructor Summary
Constructors Constructor Description RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestPaymentConfiguration.Payer
getPayer()
void
setPayer(RequestPaymentConfiguration.Payer payer)
-
-
-
Constructor Detail
-
RequestPaymentConfiguration
public RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
-
-
Method Detail
-
getPayer
public RequestPaymentConfiguration.Payer getPayer()
-
setPayer
public void setPayer(RequestPaymentConfiguration.Payer payer)
-
-