Uses of Class
software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
Packages that use AttributeDefinition
-
Uses of AttributeDefinition in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionfinal List<AttributeDefinition>CreateTableRequest.attributeDefinitions()An array of attributes that describe the key schema for the table and indexes.final List<AttributeDefinition>TableCreationParameters.attributeDefinitions()The attributes of the table created as part of the import operation.final List<AttributeDefinition>TableDescription.attributeDefinitions()An array ofAttributeDefinitionobjects.final List<AttributeDefinition>UpdateTableRequest.attributeDefinitions()An array of attributes that describe the key schema for the table and indexes.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionCreateTableRequest.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.TableCreationParameters.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) The attributes of the table created as part of the import operation.TableDescription.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array ofAttributeDefinitionobjects.UpdateTableRequest.Builder.attributeDefinitions(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionCreateTableRequest.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.TableCreationParameters.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) The attributes of the table created as part of the import operation.TableDescription.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array ofAttributeDefinitionobjects.UpdateTableRequest.Builder.attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.