Uses of Class
software.amazon.awssdk.crt.http.HttpHeaderBlock
-
Packages that use HttpHeaderBlock Package Description software.amazon.awssdk.crt.http -
-
Uses of HttpHeaderBlock in software.amazon.awssdk.crt.http
Methods in software.amazon.awssdk.crt.http that return HttpHeaderBlock Modifier and Type Method Description static HttpHeaderBlockHttpHeaderBlock. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpHeaderBlock[]HttpHeaderBlock. values()Returns an array containing the constants of this enum type, in the order they are declared.
-