All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.lambda.runtime.events.APIGatewayV2ProxyResponseEvent Maven / Gradle / Ivy

There is a newer version: 3.14.0
Show newest version
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