Method and Description |
---|
com.amazonaws.services.lambda.runtime.events.models.s3.S3EventNotification.S3ObjectEntity.getSize()
use
S3EventNotification.S3ObjectEntity.getSizeAsLong() instead. |
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.