public static enum DBAddressForDescribeDBEndpointOutput.AddressTypeEnum extends Enum<DBAddressForDescribeDBEndpointOutput.AddressTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DBAddressForDescribeDBEndpointOutput.AddressTypeEnum.Adapter |
| Enum Constant and Description |
|---|
HIDDEN |
PRIMARY |
READYONLY |
SECONDARY |
| Modifier and Type | Method and Description |
|---|---|
static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Primary") public static final DBAddressForDescribeDBEndpointOutput.AddressTypeEnum PRIMARY
@SerializedName(value="Secondary") public static final DBAddressForDescribeDBEndpointOutput.AddressTypeEnum SECONDARY
@SerializedName(value="Hidden") public static final DBAddressForDescribeDBEndpointOutput.AddressTypeEnum HIDDEN
@SerializedName(value="ReadyOnly") public static final DBAddressForDescribeDBEndpointOutput.AddressTypeEnum READYONLY
public static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum[] values()
for (DBAddressForDescribeDBEndpointOutput.AddressTypeEnum c : DBAddressForDescribeDBEndpointOutput.AddressTypeEnum.values()) System.out.println(c);
public static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum 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<DBAddressForDescribeDBEndpointOutput.AddressTypeEnum>public static DBAddressForDescribeDBEndpointOutput.AddressTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.