Uses of Class
software.amazon.awssdk.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
Packages that use ExecutionAttribute.MappedAttributeBuilder
-
Uses of ExecutionAttribute.MappedAttributeBuilder in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return ExecutionAttribute.MappedAttributeBuilderModifier and TypeMethodDescriptionExecutionAttribute.MappedAttributeBuilder.readMapping(BiFunction<T, U, T> readMapping) Set the "read" mapping for this mapped attribute.ExecutionAttribute.MappedAttributeBuilder.writeMapping(BiFunction<U, T, U> writeMapping) Set the "write" mapping for this derived attribute.