com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyResponseEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aws-lambda-java-events Show documentation
Show all versions of aws-lambda-java-events Show documentation
Event interface definitions AWS services supported by AWS Lambda.
package com.amazonaws.services.lambda.runtime.events;
/**
* @deprecated
* This class is for responding to API Gateway WebSocket events, and has been renamed explicitly as {@link APIGatewayV2WebSocketResponse}
* To response to API Gateway's HTTP API Events, use {@link APIGatewayV2HTTPResponse}
*/
@Deprecated
public class APIGatewayV2ProxyResponseEvent extends APIGatewayV2WebSocketResponse {}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy