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 HeaderType
Header. getHeaderType()
Gets the header type of the value.static HeaderType
HeaderType. getValueFromInt(int intValue)
Creates a Java header type enum from an associated native integer valuestatic HeaderType
HeaderType. 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.
-