@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum CachePolicyCookieBehavior extends Enum<CachePolicyCookieBehavior>
| Modifier and Type | Method and Description | 
|---|---|
| static CachePolicyCookieBehavior | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static CachePolicyCookieBehavior | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CachePolicyCookieBehavior[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CachePolicyCookieBehavior None
public static final CachePolicyCookieBehavior Whitelist
public static final CachePolicyCookieBehavior AllExcept
public static final CachePolicyCookieBehavior All
public static CachePolicyCookieBehavior[] values()
for (CachePolicyCookieBehavior c : CachePolicyCookieBehavior.values()) System.out.println(c);
public static CachePolicyCookieBehavior 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<CachePolicyCookieBehavior>public static CachePolicyCookieBehavior fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2022. All rights reserved.