package index
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class GlobalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection) extends TableIndex[H, R] with Product with Serializable
- final case class GlobalIndexUpdate(indexName: String, newProvisioning: ProvisionedThroughputConfig) extends Product with Serializable
- final case class IndexToUpdate(create: Set[ProvisionedGlobalIndex[_, _]], modify: Set[GlobalIndexUpdate], delete: Set[String]) extends Product with Serializable
- final case class LocalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection) extends TableIndex[H, R] with Product with Serializable
- final case class ProvisionedGlobalIndex[-H, -R](name: String, key: DynamoKey[H, R], projection: Projection, provisionedThroughputConfig: ProvisionedThroughputConfig) extends TableIndex[H, R] with Product with Serializable
- trait TableIndex[-H, -R] extends AnyRef
Value Members
- object ProvisionedGlobalIndex extends Serializable