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.
An attribute attached to a particular HTTP request execution, stored in
SdkHttpExecutionAttributes. It can be
configured on an AsyncExecuteRequest via
AsyncExecuteRequest.Builder.putHttpExecutionAttribute(SdkHttpExecutionAttribute, Object)-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.awssdk.utils.AttributeMap.Key
AttributeMap.Key.UnsafeValueType -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSdkHttpExecutionAttribute(Class<T> valueType) protectedSdkHttpExecutionAttribute(AttributeMap.Key.UnsafeValueType unsafeValueType) -
Method Summary
Methods inherited from class software.amazon.awssdk.utils.AttributeMap.Key
convertValue, toString
-
Constructor Details
-
SdkHttpExecutionAttribute
-
SdkHttpExecutionAttribute
-