public class RequestPaymentConfiguration extends Object implements Serializable
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.
Modifier and Type | Class and Description |
---|---|
static class |
RequestPaymentConfiguration.Payer |
Constructor and Description |
---|
RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer) |
Modifier and Type | Method and Description |
---|---|
RequestPaymentConfiguration.Payer |
getPayer() |
void |
setPayer(RequestPaymentConfiguration.Payer payer) |
public RequestPaymentConfiguration(RequestPaymentConfiguration.Payer payer)
public RequestPaymentConfiguration.Payer getPayer()
public void setPayer(RequestPaymentConfiguration.Payer payer)
Copyright © 2016. All rights reserved.