Class GeoPlacesResolveEndpointInterceptor
- java.lang.Object
-
- software.amazon.awssdk.services.geoplaces.endpoints.internal.GeoPlacesResolveEndpointInterceptor
-
- All Implemented Interfaces:
ExecutionInterceptor
@Generated("software.amazon.awssdk:codegen") public final class GeoPlacesResolveEndpointInterceptor extends Object implements ExecutionInterceptor
-
-
Constructor Summary
Constructors Constructor Description GeoPlacesResolveEndpointInterceptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SdkHttpRequestmodifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)SdkRequestmodifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)static GeoPlacesEndpointParamsruleParams(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:
modifyRequestin interfaceExecutionInterceptor
-
modifyHttpRequest
public SdkHttpRequest modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)
- Specified by:
modifyHttpRequestin interfaceExecutionInterceptor
-
ruleParams
public static GeoPlacesEndpointParams ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)
-
-