Uses of Class
software.amazon.awssdk.http.SdkHttpExecutionAttribute
Packages that use SdkHttpExecutionAttribute
-
Uses of SdkHttpExecutionAttribute in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http with parameters of type SdkHttpExecutionAttributeModifier and TypeMethodDescription<T> TSdkHttpExecutionAttributes.getAttribute(SdkHttpExecutionAttribute<T> attribute) Retrieve the current value of the provided attribute in this collection of attributes.SdkHttpExecutionAttributes.Builder.put(SdkHttpExecutionAttribute<T> key, T value) Add a mapping between the provided key and value.Method parameters in software.amazon.awssdk.http with type arguments of type SdkHttpExecutionAttributeModifier and TypeMethodDescriptionSdkHttpExecutionAttributes.Builder.putAll(Map<? extends SdkHttpExecutionAttribute<?>, ?> attributes) Adds all the attributes from the map provided. -
Uses of SdkHttpExecutionAttribute in software.amazon.awssdk.http.async
Methods in software.amazon.awssdk.http.async with parameters of type SdkHttpExecutionAttributeModifier and TypeMethodDescriptionAsyncExecuteRequest.Builder.putHttpExecutionAttribute(SdkHttpExecutionAttribute<T> attribute, T value) Put an HTTP execution attribute into to the collection of HTTP execution attributes for this request