@Generated(value="software.amazon.awssdk:codegen") public enum TCPFlag extends Enum<TCPFlag>
| Enum Constant and Description |
|---|
ACK |
CWR |
ECE |
FIN |
PSH |
RST |
SYN |
UNKNOWN_TO_SDK_VERSION |
URG |
| Modifier and Type | Method and Description |
|---|---|
static TCPFlag |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TCPFlag> |
knownValues()
|
String |
toString() |
static TCPFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCPFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCPFlag FIN
public static final TCPFlag SYN
public static final TCPFlag RST
public static final TCPFlag PSH
public static final TCPFlag ACK
public static final TCPFlag URG
public static final TCPFlag ECE
public static final TCPFlag CWR
public static final TCPFlag UNKNOWN_TO_SDK_VERSION
public static TCPFlag[] values()
for (TCPFlag c : TCPFlag.values()) System.out.println(c);
public static TCPFlag 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 static TCPFlag fromValue(String value)
value - real valueCopyright © 2023. All rights reserved.