Serializable
, Comparable<HandshakeState>
@Generated("software.amazon.awssdk:codegen") public enum HandshakeState extends Enum<HandshakeState>
Enum Constant | Description |
---|---|
ACCEPTED |
|
CANCELED |
|
DECLINED |
|
EXPIRED |
|
OPEN |
|
REQUESTED |
Modifier and Type | Method | Description |
---|---|---|
static HandshakeState |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static HandshakeState |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static HandshakeState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HandshakeState REQUESTED
public static final HandshakeState OPEN
public static final HandshakeState CANCELED
public static final HandshakeState ACCEPTED
public static final HandshakeState DECLINED
public static final HandshakeState EXPIRED
public static HandshakeState[] values()
for (HandshakeState c : HandshakeState.values()) System.out.println(c);
public static HandshakeState 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<HandshakeState>
public static HandshakeState fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.