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) |
String |
getIndexName() |
Projection |
getProjection() |
int |
hashCode() |
static LocalSecondaryIndex |
of(String indexName,
Projection projection) |
public static LocalSecondaryIndex of(String indexName, Projection projection)
public String getIndexName()
public Projection getProjection()
Copyright © 2019. All rights reserved.