Class TableIndices
- java.lang.Object
-
- software.amazon.awssdk.enhanced.dynamodb.internal.TableIndices
-
public class TableIndices extends Object
-
-
Constructor Summary
Constructors Constructor Description TableIndices(List<IndexMetadata> indices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EnhancedGlobalSecondaryIndex>
globalSecondaryIndices()
List<EnhancedLocalSecondaryIndex>
localSecondaryIndices()
-
-
-
Constructor Detail
-
TableIndices
public TableIndices(List<IndexMetadata> indices)
-
-
Method Detail
-
localSecondaryIndices
public List<EnhancedLocalSecondaryIndex> localSecondaryIndices()
-
globalSecondaryIndices
public List<EnhancedGlobalSecondaryIndex> globalSecondaryIndices()
-
-