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.
@SdkPublicApi 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 anAsyncExecuteRequestviaAsyncExecuteRequest.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 protectedSdkHttpExecutionAttribute(Class<T> valueType)protectedSdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType unsafeValueType)
-
-
-
Constructor Detail
-
SdkHttpExecutionAttribute
protected SdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType unsafeValueType)
-
-