Uses of Class
software.amazon.awssdk.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
-
Packages that use ExecutionAttribute.MappedAttributeBuilder Package Description software.amazon.awssdk.core.interceptor -
-
Uses of ExecutionAttribute.MappedAttributeBuilder in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return ExecutionAttribute.MappedAttributeBuilder Modifier and Type Method 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.
-