Uses of Class
software.amazon.awssdk.crt.eventstream.HeaderType
-
Packages that use HeaderType Package Description software.amazon.awssdk.crt.eventstream -
-
Uses of HeaderType in software.amazon.awssdk.crt.eventstream
Methods in software.amazon.awssdk.crt.eventstream that return HeaderType Modifier and Type Method Description HeaderTypeHeader. getHeaderType()Gets the header type of the value.static HeaderTypeHeaderType. getValueFromInt(int intValue)Creates a Java header type enum from an associated native integer valuestatic HeaderTypeHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static HeaderType[]HeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-