| Package | Description |
|---|---|
| software.amazon.awssdk.services.dynamodb.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteGlobalSecondaryIndexAction.Builder |
DeleteGlobalSecondaryIndexAction.builder() |
DeleteGlobalSecondaryIndexAction.Builder |
DeleteGlobalSecondaryIndexAction.Builder.indexName(String indexName)
The name of the global secondary index to be deleted.
|
DeleteGlobalSecondaryIndexAction.Builder |
DeleteGlobalSecondaryIndexAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteGlobalSecondaryIndexAction.Builder> |
DeleteGlobalSecondaryIndexAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GlobalSecondaryIndexUpdate.Builder |
GlobalSecondaryIndexUpdate.Builder.delete(Consumer<DeleteGlobalSecondaryIndexAction.Builder> delete)
The name of an existing global secondary index to be removed.
|
Copyright © 2019. All rights reserved.