Uses of Class
software.amazon.awssdk.http.SdkHttpExecutionAttributes.Builder
-
Packages that use SdkHttpExecutionAttributes.Builder Package Description software.amazon.awssdk.http -
-
Uses of SdkHttpExecutionAttributes.Builder in software.amazon.awssdk.http
Methods in software.amazon.awssdk.http that return SdkHttpExecutionAttributes.Builder Modifier and Type Method Description static SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes. builder()<T> SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes.Builder. put(SdkHttpExecutionAttribute<T> key, T value)Add a mapping between the provided key and value.SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes.Builder. putAll(Map<? extends SdkHttpExecutionAttribute<?>,?> attributes)Adds all the attributes from the map provided.SdkHttpExecutionAttributes.BuilderSdkHttpExecutionAttributes. toBuilder()
-