Packages

package index

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class GlobalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection) extends TableIndex[H, R] with Product with Serializable
  2. final case class GlobalIndexUpdate(indexName: String, newProvisioning: ProvisionedThroughputConfig) extends Product with Serializable
  3. final case class IndexToUpdate(create: Set[ProvisionedGlobalIndex[_, _]], modify: Set[GlobalIndexUpdate], delete: Set[String]) extends Product with Serializable
  4. final case class LocalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection) extends TableIndex[H, R] with Product with Serializable
  5. final case class ProvisionedGlobalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection, provisionedThroughputConfig: ProvisionedThroughputConfig) extends TableIndex[H, R] with Product with Serializable
  6. trait TableIndex[-H, -R] extends AnyRef

Value Members

  1. object ProvisionedGlobalIndex extends Serializable

Ungrouped