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

org.sisioh.aws4s.dynamodb.document.RichIndex.scala Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package org.sisioh.aws4s.dynamodb.document

import com.amazonaws.services.dynamodbv2.document.{ Index, Table }
import org.sisioh.aws4s.PimpedType

class RichIndex(val underlying: Index) extends AnyVal with PimpedType[Index] {

  def table: Table = underlying.getTable

  def indexName: String = underlying.getIndexName

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy