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