Home
last modified time | relevance | path

Searched defs:SdkHttpExecutionAttribute (Results 1 – 2 of 2) sorted by relevance

/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
DSdkHttpExecutionAttribute.java31 public abstract class SdkHttpExecutionAttribute<T> extends AttributeMap.Key<T> { class
33 protected SdkHttpExecutionAttribute(Class<T> valueType) { in SdkHttpExecutionAttribute() method in SdkHttpExecutionAttribute
37 protected SdkHttpExecutionAttribute(UnsafeValueType unsafeValueType) { in SdkHttpExecutionAttribute() method in SdkHttpExecutionAttribute
DSdkHttpExecutionAttributes.java99 …public SdkHttpExecutionAttributes.Builder putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?> at… in putAll()