public interface RequestMapper
RequestHandlerChain containing
a handler suitable for processing the request.| Modifier and Type | Method and Description |
|---|---|
Optional<RequestHandlerChain> |
getRequestHandlerChain(HandlerInput input)
Finds a
RequestHandlerChain containing a request handler that is suitable for the incoming request. |
Optional<RequestHandlerChain> getRequestHandlerChain(HandlerInput input)
RequestHandlerChain containing a request handler that is suitable for the incoming request.
An Optional empty is returned if no such handler can be located.input - handler input containing the RequestEnvelope, AttributesManager,
ServiceClientFactory, ResponseBuilder,
and other utilities.Optional containing the request handler chain if one is located, or empty if not.Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.