public static enum RequestPaymentConfiguration.Payer extends java.lang.Enum<RequestPaymentConfiguration.Payer>
Enum Constant and Description |
---|
BucketOwner |
Requester |
Modifier and Type | Method and Description |
---|---|
static RequestPaymentConfiguration.Payer |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.