Method and Description |
---|
com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.withPathParamters(Map<String, String>)
Because of typo in method's name, use
APIGatewayProxyRequestEvent.withPathParameters(java.util.Map<java.lang.String, java.lang.String>) instead. |
com.amazonaws.services.lambda.runtime.events.APIGatewayProxyRequestEvent.withQueryStringParamters(Map<String, String>)
Because of typo in method's name, use
APIGatewayProxyRequestEvent.withQueryStringParameters(java.util.Map<java.lang.String, java.lang.String>) instead. |
Copyright © 2020. All rights reserved.