| Package | Description |
|---|---|
| software.amazon.awssdk.core.interceptor |
| Modifier and Type | Method and Description |
|---|---|
protected static <T,U> ExecutionAttribute.MappedAttributeBuilder<T,U> |
ExecutionAttribute.mappedBuilder(String name,
Class<T> attributeType,
Supplier<ExecutionAttribute<U>> realAttributeSupplier)
Create an execution attribute whose value get mapped to another execution attribute.
|
ExecutionAttribute.MappedAttributeBuilder<T,U> |
ExecutionAttribute.MappedAttributeBuilder.readMapping(BiFunction<T,U,T> readMapping)
Set the "read" mapping for this derived attribute.
|
ExecutionAttribute.MappedAttributeBuilder<T,U> |
ExecutionAttribute.MappedAttributeBuilder.writeMapping(BiFunction<U,T,U> writeMapping)
Set the "write" mapping for this derived attribute.
|
Copyright © 2023. All rights reserved.