|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocalSecondaryIndexDescription | |
---|---|
com.amazonaws.services.dynamodbv2.model | Classes modeling the various types represented by AmazonDynamoDBv2. |
Uses of LocalSecondaryIndexDescription in com.amazonaws.services.dynamodbv2.model |
---|
Methods in com.amazonaws.services.dynamodbv2.model that return LocalSecondaryIndexDescription | |
---|---|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexName(String indexName)
Represents the name of the local secondary index. |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexSizeBytes(Long indexSizeBytes)
The total size of the specified index, in bytes. |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withItemCount(Long itemCount)
The number of items in the specified index. |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete index key schema, which consists of one or more pairs of attribute names and key types ( HASH or
RANGE ). |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete index key schema, which consists of one or more pairs of attribute names and key types ( HASH or
RANGE ). |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index. |
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type LocalSecondaryIndexDescription | |
---|---|
List<LocalSecondaryIndexDescription> |
TableDescription.getLocalSecondaryIndexes()
Represents one or more local secondary indexes on the table. |
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type LocalSecondaryIndexDescription | |
---|---|
TableDescription |
TableDescription.withLocalSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes)
Represents one or more local secondary indexes on the table. |
Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type LocalSecondaryIndexDescription | |
---|---|
void |
TableDescription.setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table. |
TableDescription |
TableDescription.withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |