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