Class Ec2ResolveEndpointInterceptor
java.lang.Object
software.amazon.awssdk.services.ec2.endpoints.internal.Ec2ResolveEndpointInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public final class Ec2ResolveEndpointInterceptor
extends Object
implements ExecutionInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes) modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes) static Ec2EndpointParamsruleParams(SdkRequest request, ExecutionAttributes executionAttributes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
Ec2ResolveEndpointInterceptor
public Ec2ResolveEndpointInterceptor()
-
-
Method Details
-
modifyRequest
public SdkRequest modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes) - Specified by:
modifyRequestin interfaceExecutionInterceptor
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes) - Specified by:
modifyHttpRequestin interfaceExecutionInterceptor
-
ruleParams
public static Ec2EndpointParams ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-