@Generated(value="software.amazon.awssdk:codegen") public enum StreamingInstanceType extends Enum<StreamingInstanceType>
| Enum Constant and Description |
|---|
G3_4_XLARGE |
G3_S_XLARGE |
G4_DN_12_XLARGE |
G4_DN_16_XLARGE |
G4_DN_2_XLARGE |
G4_DN_4_XLARGE |
G4_DN_8_XLARGE |
G4_DN_XLARGE |
G5_16_XLARGE |
G5_2_XLARGE |
G5_4_XLARGE |
G5_8_XLARGE |
G5_XLARGE |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static StreamingInstanceType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StreamingInstanceType> |
knownValues()
|
String |
toString() |
static StreamingInstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingInstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingInstanceType G4_DN_XLARGE
public static final StreamingInstanceType G4_DN_2_XLARGE
public static final StreamingInstanceType G4_DN_4_XLARGE
public static final StreamingInstanceType G4_DN_8_XLARGE
public static final StreamingInstanceType G4_DN_12_XLARGE
public static final StreamingInstanceType G4_DN_16_XLARGE
public static final StreamingInstanceType G3_4_XLARGE
public static final StreamingInstanceType G3_S_XLARGE
public static final StreamingInstanceType G5_XLARGE
public static final StreamingInstanceType G5_2_XLARGE
public static final StreamingInstanceType G5_4_XLARGE
public static final StreamingInstanceType G5_8_XLARGE
public static final StreamingInstanceType G5_16_XLARGE
public static final StreamingInstanceType UNKNOWN_TO_SDK_VERSION
public static StreamingInstanceType[] values()
for (StreamingInstanceType c : StreamingInstanceType.values()) System.out.println(c);
public static StreamingInstanceType 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<StreamingInstanceType>public static StreamingInstanceType fromValue(String value)
value - real valuepublic static Set<StreamingInstanceType> 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 StreamingInstanceTypesCopyright © 2023. All rights reserved.