Uses of Enum
software.amazon.awssdk.enhanced.dynamodb.ExecutionContext
Packages that use ExecutionContext
Package
Description
-
Uses of ExecutionContext in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return ExecutionContextModifier and TypeMethodDescriptionstatic ExecutionContextReturns the enum constant of this type with the specified name.static ExecutionContext[]ExecutionContext.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ExecutionContext in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper with parameters of type ExecutionContextModifier and TypeMethodDescriptionStaticTableSchema.Builder.build(ExecutionContext context) Builds aStaticTableSchemabased on the values this builder has been configured withstatic <T> TableSchema<T>TableSchemaFactory.fromClass(Class<T> annotatedClass, ExecutionContext context)