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