com.amazonaws.services.s3.model
Class RequestPaymentConfiguration

java.lang.Object
  extended by 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.


Nested Class Summary
static class RequestPaymentConfiguration.Payer
           
 
Constructor Summary
RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
           
 
Method Summary
 RequestPaymentConfiguration.Payer getPayer()
           
 void setPayer(RequestPaymentConfiguration.Payer payer)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestPaymentConfiguration

public RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
Method Detail

getPayer

public RequestPaymentConfiguration.Payer getPayer()

setPayer

public void setPayer(RequestPaymentConfiguration.Payer payer)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.