Package software.amazon.awssdk.http
Class SdkHttpExecutionAttribute<T>
- java.lang.Object
-
- software.amazon.awssdk.utils.AttributeMap.Key<T>
-
- software.amazon.awssdk.http.SdkHttpExecutionAttribute<T>
-
- Type Parameters:
T
- The type of data associated with this attribute.
public abstract class SdkHttpExecutionAttribute<T> extends AttributeMap.Key<T>
An attribute attached to a particular HTTP request execution, stored inSdkHttpExecutionAttributes
. It can be configured on anAsyncExecuteRequest
viaAsyncExecuteRequest.Builder.putHttpExecutionAttribute(SdkHttpExecutionAttribute, Object)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SdkHttpExecutionAttribute(Class<T> valueType)
protected
SdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType unsafeValueType)
-
-
-
Constructor Detail
-
SdkHttpExecutionAttribute
protected SdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType unsafeValueType)
-
-