- getApplicationInitializer() - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
Returns the custom web application initializer used by the object.
- getAwsProxyHandler(Class<? extends WebApplicationInitializer>) - Static method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
Creates a default SpringLambdaContainerHandler initialized with the `AwsProxyRequest` and `AwsProxyResponse` objects
- getAwsProxyHandler(Class<? extends WebApplicationInitializer>, String...) - Static method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
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) - 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(AwsProxyHttpServletRequest, CountDownLatch) - Method in class com.amazonaws.serverless.proxy.spring.SpringBootLambdaContainerHandler
-
- getContainerResponse(AwsProxyHttpServletRequest, CountDownLatch) - Method in class com.amazonaws.serverless.proxy.spring.SpringLambdaContainerHandler
-
- getDispatcherServlet() - Method in class com.amazonaws.serverless.proxy.spring.LambdaSpringApplicationInitializer
-
Gets the initialized Spring dispatcher servlet instance.