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