| Package | Description |
|---|---|
| software.amazon.awssdk.http | |
| software.amazon.awssdk.http.async |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
SdkHttpExecutionAttributes.getAttribute(SdkHttpExecutionAttribute<T> attribute)
Retrieve the current value of the provided attribute in this collection of attributes.
|
<T> SdkHttpExecutionAttributes.Builder |
SdkHttpExecutionAttributes.Builder.put(SdkHttpExecutionAttribute<T> key,
T value)
Add a mapping between the provided key and value.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpExecutionAttributes.Builder |
SdkHttpExecutionAttributes.Builder.putAll(Map<? extends SdkHttpExecutionAttribute<?>,?> attributes)
Adds all the attributes from the map provided.
|
| Modifier and Type | Method and Description |
|---|---|
<T> AsyncExecuteRequest.Builder |
AsyncExecuteRequest.Builder.putHttpExecutionAttribute(SdkHttpExecutionAttribute<T> attribute,
T value)
Put an HTTP execution attribute into to the collection of HTTP execution attributes for this request
|
Copyright © 2023. All rights reserved.