Uses of Class
io.quarkus.amazon.lambda.http.model.Headers
-
Packages that use Headers Package Description io.quarkus.amazon.lambda.http.model -
-
Uses of Headers in io.quarkus.amazon.lambda.http.model
Methods in io.quarkus.amazon.lambda.http.model that return Headers Modifier and Type Method Description HeadersAwsProxyRequest. getMultiValueHeaders()HeadersAwsProxyResponse. getMultiValueHeaders()Methods in io.quarkus.amazon.lambda.http.model with parameters of type Headers Modifier and Type Method Description voidAwsProxyRequest. setMultiValueHeaders(Headers multiValueHeaders)voidAwsProxyResponse. setMultiValueHeaders(Headers multiValueHeaders)Constructors in io.quarkus.amazon.lambda.http.model with parameters of type Headers Constructor Description AwsProxyResponse(int statusCode, Headers headers)AwsProxyResponse(int statusCode, Headers headers, String body)
-