ApiCacheType enum
- Inheritance
- Available extensions
Values
- t2Small → const ApiCacheType
- t2Medium → const ApiCacheType
- r4Large → const ApiCacheType
- r4Xlarge → const ApiCacheType
- r4_2xlarge → const ApiCacheType
- r4_4xlarge → const ApiCacheType
- r4_8xlarge → const ApiCacheType
- small → const ApiCacheType
- medium → const ApiCacheType
- large → const ApiCacheType
- xlarge → const ApiCacheType
- large_2x → const ApiCacheType
- large_4x → const ApiCacheType
- large_8x → const ApiCacheType
- large_12x → const ApiCacheType
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toValue(
) → String -
Available on ApiCacheType, provided by the ApiCacheTypeValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApiCacheType> - A constant List of the values in this enum, in order of their declaration.