Uses of Class
software.amazon.awssdk.enhanced.dynamodb.ExecutionContext
-
Packages that use ExecutionContext Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of ExecutionContext in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return ExecutionContext Modifier and Type Method Description static ExecutionContextExecutionContext. valueOf(String name)Returns 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 ExecutionContext Modifier and Type Method Description StaticTableSchema<T>StaticTableSchema.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)
-