Uses of Class
software.amazon.awssdk.http.SdkHttpExecutionAttribute
-
Packages that use SdkHttpExecutionAttribute Package Description software.amazon.awssdk.http software.amazon.awssdk.http.async -
-
Uses of SdkHttpExecutionAttribute in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http with parameters of type SdkHttpExecutionAttribute Modifier and Type Method Description <T> TSdkHttpExecutionAttributes. getAttribute(SdkHttpExecutionAttribute<T> attribute)Retrieve the current value of the provided attribute in this collection of attributes.<T> SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes.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 SdkHttpExecutionAttribute Modifier and Type Method Description SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes.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 SdkHttpExecutionAttribute Modifier and Type Method Description <T> AsyncExecuteRequest.BuilderAsyncExecuteRequest.Builder. putHttpExecutionAttribute(SdkHttpExecutionAttribute<T> attribute, T value)Put an HTTP execution attribute into to the collection of HTTP execution attributes for this request
-