public class LocalSecondaryIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LocalSecondaryIndex.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
indexName() |
static LocalSecondaryIndex |
of(String indexName,
Projection projection) |
Projection |
projection() |
public static LocalSecondaryIndex of(String indexName, Projection projection)
public String indexName()
public Projection projection()
Copyright © 2020. All rights reserved.