Class ApplyUserAgentInterceptor
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.ApplyUserAgentInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
public final class ApplyUserAgentInterceptor extends Object implements ExecutionInterceptor
Apply dynamodb enhanced client specific user agent to the request
-
-
Constructor Summary
Constructors Constructor Description ApplyUserAgentInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkRequest
modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyException, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyRequest
public SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyRequest
in interfaceExecutionInterceptor
-
-