| Package | Description |
|---|---|
| xyz.jetdrone.vertx.lambda.aws.event |
| Modifier and Type | Method and Description |
|---|---|
APIGatewayProxyRequestContext |
APIGatewayProxyRequest.getRequestContext()
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setAccountId(java.lang.String accountId)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setApiId(java.lang.String apiId)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setAuthorizer(io.vertx.core.json.JsonObject authorizer)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setHttpMethod(java.lang.String httpMethod)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setIdentity(APIGatewayRequestIdentity identity)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setRequestId(java.lang.String requestId)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setResourceId(java.lang.String resourceId)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setResourcePath(java.lang.String resourcePath)
(Required)
|
APIGatewayProxyRequestContext |
APIGatewayProxyRequestContext.setStage(java.lang.String stage)
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
APIGatewayProxyRequest |
APIGatewayProxyRequest.setRequestContext(APIGatewayProxyRequestContext requestContext)
(Required)
|
Copyright © 2019. All Rights Reserved.