@Generated(value="jsii-pacmak/0.7.6 (build 04cb6bb)", date="2018-09-27T21:49:26.391Z") public enum ComputeType extends Enum<ComputeType>
| Modifier and Type | Method and Description |
|---|---|
static ComputeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComputeType Small
public static final ComputeType Medium
public static final ComputeType Large
public static ComputeType[] values()
for (ComputeType c : ComputeType.values()) System.out.println(c);
public static ComputeType 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 nullCopyright © 2018. All rights reserved.