@Generated(value="software.amazon.awssdk:codegen") public enum StartSelectorType extends Enum<StartSelectorType>
| Enum Constant and Description |
|---|
CONTINUATION_TOKEN |
EARLIEST |
FRAGMENT_NUMBER |
NOW |
PRODUCER_TIMESTAMP |
SERVER_TIMESTAMP |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static StartSelectorType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StartSelectorType> |
knownValues()
|
String |
toString() |
static StartSelectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StartSelectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StartSelectorType FRAGMENT_NUMBER
public static final StartSelectorType SERVER_TIMESTAMP
public static final StartSelectorType PRODUCER_TIMESTAMP
public static final StartSelectorType NOW
public static final StartSelectorType EARLIEST
public static final StartSelectorType CONTINUATION_TOKEN
public static final StartSelectorType UNKNOWN_TO_SDK_VERSION
public static StartSelectorType[] values()
for (StartSelectorType c : StartSelectorType.values()) System.out.println(c);
public static StartSelectorType 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<StartSelectorType>public static StartSelectorType fromValue(String value)
value - real valuepublic static Set<StartSelectorType> 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 StartSelectorTypesCopyright © 2022. All rights reserved.