@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.771Z") @Stability(value=Stable) public enum TagType extends Enum<TagType>
| Enum Constant and Description |
|---|
AUTOSCALING_GROUP |
KEY_VALUE |
MAP |
NOT_TAGGABLE |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static TagType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final TagType STANDARD
@Stability(value=Stable) public static final TagType AUTOSCALING_GROUP
@Stability(value=Stable) public static final TagType MAP
@Stability(value=Stable) public static final TagType KEY_VALUE
@Stability(value=Stable) public static final TagType NOT_TAGGABLE
public static TagType[] values()
for (TagType c : TagType.values()) System.out.println(c);
public static TagType 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 © 2019. All rights reserved.