@Generated(value="software.amazon.awssdk:codegen") public enum VpcConnectionState extends Enum<VpcConnectionState>
The state of a VPC connection.
| Enum Constant and Description |
|---|
AVAILABLE |
CREATING |
DEACTIVATING |
DELETING |
FAILED |
INACTIVE |
REJECTED |
REJECTING |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static VpcConnectionState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<VpcConnectionState> |
knownValues()
|
String |
toString() |
static VpcConnectionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VpcConnectionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VpcConnectionState CREATING
public static final VpcConnectionState AVAILABLE
public static final VpcConnectionState INACTIVE
public static final VpcConnectionState DEACTIVATING
public static final VpcConnectionState DELETING
public static final VpcConnectionState FAILED
public static final VpcConnectionState REJECTED
public static final VpcConnectionState REJECTING
public static final VpcConnectionState UNKNOWN_TO_SDK_VERSION
public static VpcConnectionState[] values()
for (VpcConnectionState c : VpcConnectionState.values()) System.out.println(c);
public static VpcConnectionState 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 toString()
toString in class Enum<VpcConnectionState>public static VpcConnectionState fromValue(String value)
value - real valuepublic static Set<VpcConnectionState> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known VpcConnectionStatesCopyright © 2023. All rights reserved.