meteor.api.hi
Members list
Type members
Classlikes
Represent a table where the index is composite keys (partition key and sort key).
Represent a table where the index is composite keys (partition key and sort key).
Type parameters
- P
-
partition key's type
- S
-
sort key's type
Value parameters
- jClient
-
DynamoDB java async client
- partitionKeyDef
-
partition key definition
- sortKeyDef
-
sort key definition
- tableName
-
table's name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Represent a global secondary index where the index has only partition key and no sort key.
Represent a global secondary index where the index has only partition key and no sort key.
Type parameters
- F
-
effect type
- P
-
partition key type
Value parameters
- indexName
-
index's name
- jClient
-
DynamoDB java async client
- partitionKeyDef
-
partition key definition
- tableName
-
table's name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Represent a secondary index (local and global) where the index has composite keys (partition key and sort key).
Represent a secondary index (local and global) where the index has composite keys (partition key and sort key).
Type parameters
- F
-
effect type
- P
-
partition key type
- S
-
sort key type
Value parameters
- indexName
-
index's name
- jClient
-
DynamoDB java async client
- partitionKeyDef
-
partition key definition
- sortKeyDef
-
sort key definition
- tableName
-
table's name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Represent a table where the index has only partition key and no sort key.
Represent a table where the index has only partition key and no sort key.
Type parameters
- F
-
effect type
- P
-
partition key's type
Value parameters
- jClient
-
DynamoDB java async client
- partitionKeyDef
-
partition key definition
- tableName
-
table's name
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PartitionKeyBatchGetOpsclass Objecttrait Matchableclass AnyShow all