Annotation Type DynamoDbUpdateBehavior


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface DynamoDbUpdateBehavior
    Specifies the behavior when this attribute is updated as part of an 'update' operation such as UpdateItem. See documentation of UpdateBehavior for details on the different behaviors supported and the default behavior.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      UpdateBehavior value