com.amazonaws.services.s3.model
Class RequestPaymentConfiguration
java.lang.Object
com.amazonaws.services.s3.model.RequestPaymentConfiguration
public class RequestPaymentConfiguration
- extends java.lang.Object
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.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestPaymentConfiguration
public RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
getPayer
public RequestPaymentConfiguration.Payer getPayer()
setPayer
public void setPayer(RequestPaymentConfiguration.Payer payer)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.