@Generated(value="software.amazon.awssdk:codegen") public enum ApiCacheType extends Enum<ApiCacheType>
| Enum Constant and Description |
|---|
LARGE |
LARGE_12_X |
LARGE_2_X |
LARGE_4_X |
LARGE_8_X |
MEDIUM |
R4_2_XLARGE |
R4_4_XLARGE |
R4_8_XLARGE |
R4_LARGE |
R4_XLARGE |
SMALL |
T2_MEDIUM |
T2_SMALL |
UNKNOWN_TO_SDK_VERSION |
XLARGE |
| Modifier and Type | Method and Description |
|---|---|
static ApiCacheType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ApiCacheType> |
knownValues()
|
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_2_XLARGE
public static final ApiCacheType R4_4_XLARGE
public static final ApiCacheType R4_8_XLARGE
public static final ApiCacheType SMALL
public static final ApiCacheType MEDIUM
public static final ApiCacheType LARGE
public static final ApiCacheType XLARGE
public static final ApiCacheType LARGE_2_X
public static final ApiCacheType LARGE_4_X
public static final ApiCacheType LARGE_8_X
public static final ApiCacheType LARGE_12_X
public static final ApiCacheType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<ApiCacheType> 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 ApiCacheTypesCopyright © 2022. All rights reserved.