Class GlobalServiceExecutionInterceptor
java.lang.Object
software.amazon.awssdk.awscore.interceptor.GlobalServiceExecutionInterceptor
- All Implemented Interfaces:
ExecutionInterceptor
@SdkProtectedApi
public class GlobalServiceExecutionInterceptor
extends Object
implements ExecutionInterceptor
A more specific version of
HelpfulUnknownHostExceptionInterceptor that was used for older IAM clients. This can be
removed if we ever drop backwards-compatibility with older IAM client versions, because newer IAM client versions do not
depend on this interceptor.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmodifyException(Context.FailedExecution context, 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, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, modifyResponse, onExecutionFailure
-
Constructor Details
-
GlobalServiceExecutionInterceptor
public GlobalServiceExecutionInterceptor()
-
-
Method Details
-
modifyException
public Throwable modifyException(Context.FailedExecution context, ExecutionAttributes executionAttributes) - Specified by:
modifyExceptionin interfaceExecutionInterceptor
-