Uses of Class
software.amazon.awssdk.enhanced.dynamodb.internal.mapper.StaticIndexMetadata.Builder
Packages that use StaticIndexMetadata.Builder
-
Uses of StaticIndexMetadata.Builder in software.amazon.awssdk.enhanced.dynamodb.internal.mapper
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.mapper that return StaticIndexMetadata.BuilderModifier and TypeMethodDescriptionStaticIndexMetadata.Builder.addPartitionKey(KeyAttributeMetadata partitionKey) StaticIndexMetadata.Builder.addSortKey(KeyAttributeMetadata sortKey) static StaticIndexMetadata.BuilderStaticIndexMetadata.builder()static StaticIndexMetadata.BuilderStaticIndexMetadata.builderFrom(IndexMetadata index) StaticIndexMetadata.Builder.partitionKey(KeyAttributeMetadata partitionKey) StaticIndexMetadata.Builder.partitionKeys(List<KeyAttributeMetadata> partitionKeys) StaticIndexMetadata.Builder.sortKey(KeyAttributeMetadata sortKey) StaticIndexMetadata.Builder.sortKeys(List<KeyAttributeMetadata> sortKeys)