All Downloads are FREE. Search and download functionalities are using the official Maven repository.

awscala.dynamodbv2.AttributeAction.scala Maven / Gradle / Ivy

There is a newer version: 0.8.3
Show newest version
package awscala.dynamodbv2

import com.amazonaws.services.{ dynamodbv2 => aws }

object AttributeAction {

  val Add = aws.model.AttributeAction.ADD
  val Put = aws.model.AttributeAction.PUT
  val Delete = aws.model.AttributeAction.DELETE

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy