- getAwsProxyHandler(Class<? extends WebApplicationInitializer>, String...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
Deprecated.
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and the given Spring profiles
- getAwsProxyHandler(Class<?>...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects
- getAwsProxyHandler(ConfigurableWebApplicationContext, String...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects and sets the given profiles as active
- getContainerResponse(HttpServletRequest, CountDownLatch) - Method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
Deprecated.
- getContainerResponse(HttpServletRequest, CountDownLatch) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
- getEmbeddedServletContainer(ServletContextInitializer...) - Method in class com.amazonaws.serverless.proxy.spring.embedded.ServerlessServletEmbeddedServerFactory
-
- getHttpApiV2ProxyHandler(Class<? extends WebApplicationInitializer>, String...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
Deprecated.
Creates a default SpringLambdaContainerHandler initialized with the `HttpApiV2ProxyRequest` and `AwsProxyResponse` objects and the given Spring profiles
- getHttpApiV2ProxyHandler(Class<?>...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `HttpApiV2ProxyRequest` and `AwsProxyResponse` objects
- getInstance() - Static method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
Deprecated.
We need to rely on the static instance of this for SpringBoot because we need it to access the ServletContext.