public interface RequestMapper
| Modifier and Type | Method and Description |
|---|---|
Optional<RequestHandlerChain> |
getRequestHandlerChain(HandlerInput input)
Routes the request to appropriate controller and retrieves request handler chains
|
Optional<RequestHandlerChain> getRequestHandlerChain(HandlerInput input)
input - input containing request envelope and other contextCopyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.