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