Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
DeleteGlobalSecondaryIndexAction |
DeleteGlobalSecondaryIndexAction.clone() |
DeleteGlobalSecondaryIndexAction |
GlobalSecondaryIndexUpdate.getDelete()
The name of an existing global secondary index to be removed.
|
DeleteGlobalSecondaryIndexAction |
DeleteGlobalSecondaryIndexAction.withIndexName(String indexName)
The name of the global secondary index to be deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexUpdate.setDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
Copyright © 2023. All rights reserved.