Class DynamoDbResolveEndpointInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.endpoints.internal.DynamoDbResolveEndpointInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
@Generated("software.amazon.awssdk:codegen") public final class DynamoDbResolveEndpointInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description DynamoDbResolveEndpointInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpRequest
modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
SdkRequest
modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
static DynamoDbEndpointParams
ruleParams(SdkRequest request, 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, modifyHttpResponse, modifyHttpResponseContent, modifyResponse, onExecutionFailure
-
-
-
-
Method Detail
-
modifyRequest
public SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyRequest
in interfaceExecutionInterceptor
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpRequest
in interfaceExecutionInterceptor
-
ruleParams
public static DynamoDbEndpointParams ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-
-