@Generated(value="software.amazon.awssdk:codegen") public enum HeaderEnum extends Enum<HeaderEnum>
| Modifier and Type | Method and Description |
|---|---|
static HeaderEnum |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<HeaderEnum> |
knownValues()
|
String |
toString() |
static HeaderEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderEnum ACCEPT
public static final HeaderEnum ACCEPT_CHARSET
public static final HeaderEnum ACCEPT_DATETIME
public static final HeaderEnum ACCEPT_ENCODING
public static final HeaderEnum ACCEPT_LANGUAGE
public static final HeaderEnum AUTHORIZATION
public static final HeaderEnum CLOUD_FRONT_FORWARDED_PROTO
public static final HeaderEnum CLOUD_FRONT_IS_DESKTOP_VIEWER
public static final HeaderEnum CLOUD_FRONT_IS_MOBILE_VIEWER
public static final HeaderEnum CLOUD_FRONT_IS_SMART_TV_VIEWER
public static final HeaderEnum CLOUD_FRONT_IS_TABLET_VIEWER
public static final HeaderEnum CLOUD_FRONT_VIEWER_COUNTRY
public static final HeaderEnum HOST
public static final HeaderEnum ORIGIN
public static final HeaderEnum REFERER
public static final HeaderEnum UNKNOWN_TO_SDK_VERSION
public static HeaderEnum[] values()
for (HeaderEnum c : HeaderEnum.values()) System.out.println(c);
public static HeaderEnum 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 nullpublic String toString()
toString in class Enum<HeaderEnum>public static HeaderEnum fromValue(String value)
value - real valuepublic static Set<HeaderEnum> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known HeaderEnumsCopyright © 2023. All rights reserved.