public static enum NetworkOriginConfiguration.Type extends Enum<NetworkOriginConfiguration.Type>
NetworkOriginConfiguration.type()| Enum Constant and Description |
|---|
INTERNET_CONFIGURATION |
UNKNOWN_TO_SDK_VERSION |
VPC_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
static NetworkOriginConfiguration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkOriginConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkOriginConfiguration.Type INTERNET_CONFIGURATION
public static final NetworkOriginConfiguration.Type VPC_CONFIGURATION
public static final NetworkOriginConfiguration.Type UNKNOWN_TO_SDK_VERSION
public static NetworkOriginConfiguration.Type[] values()
for (NetworkOriginConfiguration.Type c : NetworkOriginConfiguration.Type.values()) System.out.println(c);
public static NetworkOriginConfiguration.Type 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 nullCopyright © 2022. All rights reserved.