public enum RdsUrlType extends java.lang.Enum<RdsUrlType>
| Enum Constant and Description |
|---|
IP_ADDRESS |
OTHER |
RDS_AURORA_LIMITLESS_DB_SHARD_GROUP |
RDS_CUSTOM_CLUSTER |
RDS_INSTANCE |
RDS_PROXY |
RDS_READER_CLUSTER |
RDS_WRITER_CLUSTER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRds() |
boolean |
isRdsCluster() |
static RdsUrlType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdsUrlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsUrlType IP_ADDRESS
public static final RdsUrlType RDS_WRITER_CLUSTER
public static final RdsUrlType RDS_READER_CLUSTER
public static final RdsUrlType RDS_CUSTOM_CLUSTER
public static final RdsUrlType RDS_PROXY
public static final RdsUrlType RDS_INSTANCE
public static final RdsUrlType RDS_AURORA_LIMITLESS_DB_SHARD_GROUP
public static final RdsUrlType OTHER
public static RdsUrlType[] values()
for (RdsUrlType c : RdsUrlType.values()) System.out.println(c);
public static RdsUrlType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean isRds()
public boolean isRdsCluster()