Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) |
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) |
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.clone() |
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withCreate(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an existing table:
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withUpdate(UpdateGlobalSecondaryIndexAction update)
The name of an existing global secondary index, along with new provisioned throughput settings 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 for the table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Copyright © 2023. All rights reserved.