@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T12:03:06.213Z") @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 © 2020. All rights reserved.