Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndex |
GlobalSecondaryIndex.clone() |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withIndexName(String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a global secondary index, which consists of
one or more pairs of attribute names and key types (
HASH or
RANGE ). |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a global secondary index, which consists of
one or more pairs of attribute names and key types (
HASH or
RANGE ). |
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProjection(Projection projection)
Sets the value of the Projection property for this object.
|
GlobalSecondaryIndex |
GlobalSecondaryIndex.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Sets the value of the ProvisionedThroughput property for this object.
|
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndex> |
CreateTableRequest.getGlobalSecondaryIndexes()
One or more global secondary indexes (the maximum is five) to be created
on the table.
|
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
CreateTableRequest.withGlobalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)
One or more global secondary indexes (the maximum is five) to be created
on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
One or more global secondary indexes (the maximum is five) to be created
on the table.
|
CreateTableRequest |
CreateTableRequest.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
One or more global secondary indexes (the maximum is five) to be created
on the table.
|
Copyright © 2015. All rights reserved.