public enum ECSInstance extends Enum<ECSInstance>
| Enum Constant and Description |
|---|
I3_16XLARGE |
I3_8XLARGE |
M4_10XLARGE |
M4_16XLARGE |
M4_4XLARGE |
M4_XLARGE |
M5_12XLARGE |
| Modifier and Type | Method and Description |
|---|---|
int |
getCpu() |
int |
getMemory() |
String |
getName() |
static ECSInstance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSInstance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECSInstance M4_XLARGE
public static final ECSInstance M4_4XLARGE
public static final ECSInstance M4_10XLARGE
public static final ECSInstance M4_16XLARGE
public static final ECSInstance M5_12XLARGE
public static final ECSInstance I3_8XLARGE
public static final ECSInstance I3_16XLARGE
public static ECSInstance[] values()
for (ECSInstance c : ECSInstance.values()) System.out.println(c);
public static ECSInstance 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 int getCpu()
public int getMemory()
public String getName()
Copyright © 2022 Atlassian Pty Ltd. All rights reserved.