@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:41.033Z") @Stability(value=Stable) public enum ParameterTier extends Enum<ParameterTier>
| Enum Constant and Description |
|---|
ADVANCED
String.
|
INTELLIGENT_TIERING
String.
|
STANDARD
String.
|
| Modifier and Type | Method and Description |
|---|---|
static ParameterTier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParameterTier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final ParameterTier ADVANCED
@Stability(value=Stable) public static final ParameterTier INTELLIGENT_TIERING
@Stability(value=Stable) public static final ParameterTier STANDARD
public static ParameterTier[] values()
for (ParameterTier c : ParameterTier.values()) System.out.println(c);
public static ParameterTier 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 © 2021. All rights reserved.