Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withUpdate(UpdateGlobalSecondaryIndexAction update)
The name of a global secondary index, along with the updated
provisioned throughput settings that are to be applied to that index.
|
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndexUpdate> |
UpdateTableRequest.getGlobalSecondaryIndexUpdates()
An array of one or more global secondary indexes on the table,
together with provisioned throughput settings for each index.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes on the table,
together with provisioned throughput settings for each index.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes on the table,
together with provisioned throughput settings for each index.
|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes on the table,
together with provisioned throughput settings for each index.
|
Copyright © 2014. All rights reserved.