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