Uses of Class
io.quarkus.amazon.lambda.http.model.ApiGatewayRequestIdentity
-
Packages that use ApiGatewayRequestIdentity Package Description io.quarkus.amazon.lambda.http io.quarkus.amazon.lambda.http.model -
-
Uses of ApiGatewayRequestIdentity in io.quarkus.amazon.lambda.http
Methods in io.quarkus.amazon.lambda.http that return ApiGatewayRequestIdentity Modifier and Type Method Description ApiGatewayRequestIdentity
IAMPrincipal. getIam()
Constructors in io.quarkus.amazon.lambda.http with parameters of type ApiGatewayRequestIdentity Constructor Description IAMPrincipal(ApiGatewayRequestIdentity identity)
-
Uses of ApiGatewayRequestIdentity in io.quarkus.amazon.lambda.http.model
Methods in io.quarkus.amazon.lambda.http.model that return ApiGatewayRequestIdentity Modifier and Type Method Description ApiGatewayRequestIdentity
AwsProxyRequestContext. getIdentity()
Methods in io.quarkus.amazon.lambda.http.model with parameters of type ApiGatewayRequestIdentity Modifier and Type Method Description void
AwsProxyRequestContext. setIdentity(ApiGatewayRequestIdentity identity)
-