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