Uses of Interface
software.amazon.awscdk.services.dynamodb.Attribute
Packages that use Attribute
-
Uses of Attribute in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement AttributeMethods in software.amazon.awscdk.services.dynamodb that return AttributeModifier and TypeMethodDescriptionAttribute.Builder.build()Builds the configured instance.final AttributeGlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKey()default AttributeGlobalSecondaryIndexPropsV2.getPartitionKey()Partition key attribute definition.final AttributeGlobalSecondaryIndexPropsV2.Jsii$Proxy.getPartitionKey()default AttributeSchemaOptions.getPartitionKey()Partition key attribute definition.final AttributeSchemaOptions.Jsii$Proxy.getPartitionKey()final AttributeTableOptions.Jsii$Proxy.getPartitionKey()final AttributeTableProps.Jsii$Proxy.getPartitionKey()TablePropsV2.getPartitionKey()Partition key attribute definition.final AttributeTablePropsV2.Jsii$Proxy.getPartitionKey()final AttributeGlobalSecondaryIndexProps.Jsii$Proxy.getSortKey()default AttributeGlobalSecondaryIndexPropsV2.getSortKey()Sort key attribute definition.final AttributeGlobalSecondaryIndexPropsV2.Jsii$Proxy.getSortKey()LocalSecondaryIndexProps.getSortKey()The attribute of a sort key for the local secondary index.final AttributeLocalSecondaryIndexProps.Jsii$Proxy.getSortKey()default AttributeSchemaOptions.getSortKey()Sort key attribute definition.final AttributeSchemaOptions.Jsii$Proxy.getSortKey()final AttributeTableOptions.Jsii$Proxy.getSortKey()final AttributeTableProps.Jsii$Proxy.getSortKey()default AttributeTablePropsV2.getSortKey()Sort key attribute definition.final AttributeTablePropsV2.Jsii$Proxy.getSortKey()Methods in software.amazon.awscdk.services.dynamodb that return types with arguments of type AttributeModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.getPartitionKeys()Multi-attribute partition key.GlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKeys()GlobalSecondaryIndexPropsV2.getPartitionKeys()Multi-attribute partition key.GlobalSecondaryIndexPropsV2.Jsii$Proxy.getPartitionKeys()KeySchema.getPartitionKeys()Partition key definition.KeySchema.Jsii$Proxy.getPartitionKeys()GlobalSecondaryIndexProps.getSortKeys()Multi-attribute sort key.GlobalSecondaryIndexProps.Jsii$Proxy.getSortKeys()GlobalSecondaryIndexPropsV2.getSortKeys()Multi-attribute sort key.GlobalSecondaryIndexPropsV2.Jsii$Proxy.getSortKeys()KeySchema.getSortKeys()Sort key definition.KeySchema.Jsii$Proxy.getSortKeys()Methods in software.amazon.awscdk.services.dynamodb with parameters of type AttributeModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()GlobalSecondaryIndexPropsV2.Builder.partitionKey(Attribute partitionKey) Sets the value ofGlobalSecondaryIndexPropsV2.getPartitionKey()SchemaOptions.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()Table.Builder.partitionKey(Attribute partitionKey) Partition key attribute definition.TableOptions.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()TableProps.Builder.partitionKey(Attribute partitionKey) Sets the value ofSchemaOptions.getPartitionKey()TablePropsV2.Builder.partitionKey(Attribute partitionKey) Sets the value ofTablePropsV2.getPartitionKey()TableV2.Builder.partitionKey(Attribute partitionKey) Partition key attribute definition.Sets the value ofSchemaOptions.getSortKey()Sets the value ofGlobalSecondaryIndexPropsV2.getSortKey()Sets the value ofLocalSecondaryIndexProps.getSortKey()Sets the value ofSchemaOptions.getSortKey()Sort key attribute definition.Sets the value ofSchemaOptions.getSortKey()Sets the value ofSchemaOptions.getSortKey()Sets the value ofTablePropsV2.getSortKey()Sort key attribute definition.Method parameters in software.amazon.awscdk.services.dynamodb with type arguments of type AttributeModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.partitionKeys(List<? extends Attribute> partitionKeys) Sets the value ofGlobalSecondaryIndexProps.getPartitionKeys()GlobalSecondaryIndexPropsV2.Builder.partitionKeys(List<? extends Attribute> partitionKeys) Sets the value ofGlobalSecondaryIndexPropsV2.getPartitionKeys()KeySchema.Builder.partitionKeys(List<? extends Attribute> partitionKeys) Sets the value ofKeySchema.getPartitionKeys()Sets the value ofGlobalSecondaryIndexProps.getSortKeys()Sets the value ofGlobalSecondaryIndexPropsV2.getSortKeys()Sets the value ofKeySchema.getSortKeys()