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