APIGatewayProxyRequest |
APIGatewayProxyRequest.setBody(java.lang.String body) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setHeaders(io.vertx.core.json.JsonObject headers) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setHttpMethod(java.lang.String httpMethod) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setIsBase64Encoded(java.lang.Boolean isBase64Encoded) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setPath(java.lang.String path) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setPathParameters(io.vertx.core.json.JsonObject pathParameters) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setQueryStringParameters(io.vertx.core.json.JsonObject queryStringParameters) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setRequestContext(APIGatewayProxyRequestContext requestContext) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setResource(java.lang.String resource) |
APIGatewayProxyRequest |
APIGatewayProxyRequest.setStageVariables(io.vertx.core.json.JsonObject stageVariables) |