public interface RequestInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
process(HandlerInput input)
Intercept the incoming request before the request handler is executed.
|
void process(HandlerInput input)
input - handler input containing the RequestEnvelope, AttributesManager,
ServiceClientFactory, ResponseBuilder,
and other utilities.Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.