public enum RdsInstanceType extends Enum<RdsInstanceType>
| Enum Constant and Description |
|---|
Financial |
Master |
RdsProxy |
ReadReplica |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static RdsInstanceType |
instance(String value) |
String |
toString() |
static RdsInstanceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdsInstanceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsInstanceType Master
public static final RdsInstanceType Financial
public static final RdsInstanceType ReadReplica
public static final RdsInstanceType RdsProxy
public static final RdsInstanceType Unknown
public static RdsInstanceType[] values()
for (RdsInstanceType c : RdsInstanceType.values()) System.out.println(c);
public static RdsInstanceType 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 nullpublic String getValue()
public String toString()
toString in class Enum<RdsInstanceType>public static RdsInstanceType instance(String value)
Copyright © 2024. All rights reserved.