APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.clone() |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withBody(String body) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withHeaders(Map<String,String> headers) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withHttpMethod(String httpMethod) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withIsBase64Encoded(Boolean isBase64Encoded) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withPath(String path) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withPathParamters(Map<String,String> pathParameters) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withQueryStringParamters(Map<String,String> queryStringParameters) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withRequestContext(APIGatewayProxyRequestEvent.ProxyRequestContext requestContext) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withResource(String resource) |
APIGatewayProxyRequestEvent |
APIGatewayProxyRequestEvent.withStageVariables(Map<String,String> stageVariables) |