public static enum RequestPaymentConfiguration.Payer extends Enum<RequestPaymentConfiguration.Payer>
| Enum Constant and Description |
|---|
BucketOwner |
Requester |
| Modifier and Type | Method and Description |
|---|---|
static RequestPaymentConfiguration.Payer |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPaymentConfiguration.Payer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPaymentConfiguration.Payer Requester
public static final RequestPaymentConfiguration.Payer BucketOwner
public static RequestPaymentConfiguration.Payer[] values()
for (RequestPaymentConfiguration.Payer c : RequestPaymentConfiguration.Payer.values()) System.out.println(c);
public static RequestPaymentConfiguration.Payer valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.