public class GlobalSecondaryIndex extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSecondaryIndex.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIndexName() |
Projection |
getProjection() |
ProvisionedThroughput |
getProvisionedThroughput() |
int |
hashCode() |
static GlobalSecondaryIndex |
of(String indexName,
Projection projection,
ProvisionedThroughput provisionedThroughput) |
public static GlobalSecondaryIndex of(String indexName, Projection projection, ProvisionedThroughput provisionedThroughput)
public String getIndexName()
public Projection getProjection()
public ProvisionedThroughput getProvisionedThroughput()
Copyright © 2019. All rights reserved.