public static enum DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum extends Enum<DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum.Adapter |
| Enum Constant and Description |
|---|
INNERPLB |
PRIVATE |
PUBLIC |
STORAGEINNER |
| Modifier and Type | Method and Description |
|---|---|
static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Private") public static final DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum PRIVATE
@SerializedName(value="Public") public static final DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum PUBLIC
@SerializedName(value="InnerPLB") public static final DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum INNERPLB
@SerializedName(value="StorageInner") public static final DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum STORAGEINNER
public static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum[] values()
for (DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum c : DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum.values()) System.out.println(c);
public static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum 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<DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum>public static DBEndpointForDescribeDBEndpointOutput.NetworkTypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.