@Generated(value="jsii-pacmak/0.12.1 (build 3ce4842)", date="2019-06-25T13:54:15.914Z") @Stability(value=Experimental) public enum TagType extends Enum<TagType>
| Enum Constant and Description |
|---|
AUTOSCALING_GROUP
EXPERIMENTAL
|
KEY_VALUE
EXPERIMENTAL
|
MAP
EXPERIMENTAL
|
NOT_TAGGABLE
EXPERIMENTAL
|
STANDARD
EXPERIMENTAL
|
| 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=Experimental) public static final TagType STANDARD
@Stability(value=Experimental) public static final TagType AUTOSCALING_GROUP
@Stability(value=Experimental) public static final TagType MAP
@Stability(value=Experimental) public static final TagType KEY_VALUE
@Stability(value=Experimental) 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.