Class ElasticLoadBalancingV2ResolveEndpointInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.elasticloadbalancingv2.endpoints.internal.ElasticLoadBalancingV2ResolveEndpointInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
@Generated("software.amazon.awssdk:codegen") public final class ElasticLoadBalancingV2ResolveEndpointInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description ElasticLoadBalancingV2ResolveEndpointInterceptor()
-
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 ElasticLoadBalancingV2EndpointParams
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 ElasticLoadBalancingV2EndpointParams ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-
-