Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.IndexMetadata
-
Packages that use IndexMetadata Package Description software.amazon.awssdk.enhanced.dynamodb software.amazon.awssdk.enhanced.dynamodb.internal.mapper software.amazon.awssdk.enhanced.dynamodb.mapper -
-
Uses of IndexMetadata in software.amazon.awssdk.enhanced.dynamodb
Methods in software.amazon.awssdk.enhanced.dynamodb that return types with arguments of type IndexMetadata Modifier and Type Method Description Collection<IndexMetadata>
TableMetadata. indices()
Returns metadata about all the known indices for this table. -
Uses of IndexMetadata in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Classes in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that implement IndexMetadata Modifier and Type Class Description class
StaticIndexMetadata
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type IndexMetadata Modifier and Type Method Description static StaticIndexMetadata.Builder
StaticIndexMetadata. builderFrom(IndexMetadata index)
-
Uses of IndexMetadata in software.amazon.awssdk.enhanced.dynamodb.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.mapper that return types with arguments of type IndexMetadata Modifier and Type Method Description Collection<IndexMetadata>
StaticTableMetadata. indices()
-