public class SdkBuildTimeConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Optional<List<String>> |
interceptors
List of execution interceptors that will have access to read and modify the request and response objects as they are
processed by the AWS SDK.
|
| Constructor and Description |
|---|
SdkBuildTimeConfig() |
@ConfigItem public Optional<List<String>> interceptors
The list should consists of class names which implements
software.amazon.awssdk.core.interceptor.ExecutionInterceptor interface.
ExecutionInterceptorCopyright © 2020 JBoss by Red Hat. All rights reserved.