Uses of Interface
software.amazon.awssdk.enhanced.dynamodb.IndexMetadata
-
-
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
Constructor parameters in software.amazon.awssdk.enhanced.dynamodb.internal with type arguments of type IndexMetadata Constructor Description TableIndices(List<IndexMetadata> indices) -
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 classStaticIndexMetadataMethods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper with parameters of type IndexMetadata Modifier and Type Method Description static StaticIndexMetadata.BuilderStaticIndexMetadata. 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()
-