Package software.amazon.awssdk.core.interceptor
-
Class Summary Class Description ClasspathInterceptorChainFactory Factory for creating request/response handler chains from the classpath.Context A wrapper for the immutable context objects that are visible to theExecutionInterceptors.ExecutionAttribute<T> An attribute attached to a particular execution, stored inExecutionAttributes.ExecutionAttribute.DerivedAttributeBuilder<T,U> ExecutionAttribute.MappedAttributeBuilder<T,U> ExecutionAttributes A mutable collection ofExecutionAttributes that can be modified byExecutionInterceptors in order to save and retrieve information specific to the current execution.ExecutionAttributes.Builder ExecutionInterceptorChain A wrapper for a list ofExecutionInterceptors that ensures the interceptors are executed in the correct order as it is documented in theExecutionInterceptordocumentation.InterceptorContext An SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.InterceptorContext.Builder SdkExecutionAttribute Contains attributes attached to the execution.SdkInternalExecutionAttribute Attributes that can be applied to all sdk requests.