Uses of Interface
software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Packages that use ExecutionInterceptor Package Description software.amazon.awssdk.core.client.config software.amazon.awssdk.core.interceptor software.amazon.awssdk.core.internal.interceptor -
-
Uses of ExecutionInterceptor in software.amazon.awssdk.core.client.config
Fields in software.amazon.awssdk.core.client.config with type parameters of type ExecutionInterceptor Modifier and Type Field Description static SdkClientOption<List<ExecutionInterceptor>>SdkClientOption. EXECUTION_INTERCEPTORSMethods in software.amazon.awssdk.core.client.config that return types with arguments of type ExecutionInterceptor Modifier and Type Method Description List<ExecutionInterceptor>ClientOverrideConfiguration.Builder. executionInterceptors()List<ExecutionInterceptor>ClientOverrideConfiguration. executionInterceptors()An immutable collection ofExecutionInterceptors that should be hooked into the execution of each request, in the order that they should be applied.Methods in software.amazon.awssdk.core.client.config with parameters of type ExecutionInterceptor Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. addExecutionInterceptor(ExecutionInterceptor executionInterceptor)Add an execution interceptor that will have access to read and modify the request and response objects as they are processed by the SDK.Method parameters in software.amazon.awssdk.core.client.config with type arguments of type ExecutionInterceptor Modifier and Type Method Description ClientOverrideConfiguration.BuilderClientOverrideConfiguration.Builder. executionInterceptors(List<ExecutionInterceptor> executionInterceptors)Configure a list of execution interceptors that will have access to read and modify the request and response objcets as they are processed by the SDK. -
Uses of ExecutionInterceptor in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return types with arguments of type ExecutionInterceptor Modifier and Type Method Description List<ExecutionInterceptor>ClasspathInterceptorChainFactory. getGlobalInterceptors()Load the global handlers by reading the global execution interceptors resource.List<ExecutionInterceptor>ClasspathInterceptorChainFactory. getInterceptors(String resource)Constructs a new request handler chain by analyzing the specified classpath resource.Constructor parameters in software.amazon.awssdk.core.interceptor with type arguments of type ExecutionInterceptor Constructor Description ExecutionInterceptorChain(List<ExecutionInterceptor> interceptors)Create a chain that will execute the provided interceptors in the order they are provided. -
Uses of ExecutionInterceptor in software.amazon.awssdk.core.internal.interceptor
Classes in software.amazon.awssdk.core.internal.interceptor that implement ExecutionInterceptor Modifier and Type Class Description classHttpChecksumValidationInterceptorInterceptor to intercepts Sync and Async responses.
-