| Package | Description |
|---|---|
| software.amazon.awssdk.extensions.dynamodb.mappingclient.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalSecondaryIndex |
GlobalSecondaryIndex.Builder.build() |
static GlobalSecondaryIndex |
GlobalSecondaryIndex.create(String indexName,
Projection projection,
ProvisionedThroughput provisionedThroughput) |
| Modifier and Type | Method and Description |
|---|---|
Collection<GlobalSecondaryIndex> |
CreateTableEnhancedRequest.globalSecondaryIndices() |
| Modifier and Type | Method and Description |
|---|---|
CreateTableEnhancedRequest.Builder |
CreateTableEnhancedRequest.Builder.globalSecondaryIndices(GlobalSecondaryIndex... globalSecondaryIndices) |
| Modifier and Type | Method and Description |
|---|---|
CreateTableEnhancedRequest.Builder |
CreateTableEnhancedRequest.Builder.globalSecondaryIndices(Collection<GlobalSecondaryIndex> globalSecondaryIndices) |
Copyright © 2020. All rights reserved.