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