| Package | Description |
|---|---|
| software.amazon.awssdk.core.interceptor |
| Modifier and Type | Method and Description |
|---|---|
ExecutionAttribute.MappedAttributeBuilder<T,U> |
ExecutionAttribute.MappedAttributeBuilder.readMapping(BiFunction<T,U,T> readMapping)
Set the "read" mapping for this mapped 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.