Uses of Class
software.amazon.awssdk.services.dynamodb.model.AttributeDefinition
-
Packages that use AttributeDefinition Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 AttributeDefinition Modifier and Type Method Description List<AttributeDefinition>CreateTableRequest. attributeDefinitions()An array of attributes that describe the key schema for the table and indexes.List<AttributeDefinition>TableCreationParameters. attributeDefinitions()The attributes of the table created as part of the import operation.List<AttributeDefinition>TableDescription. attributeDefinitions()An array ofAttributeDefinitionobjects.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 AttributeDefinition Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. attributeDefinitions(AttributeDefinition... attributeDefinitions)An array of attributes that describe the key schema for the table and indexes.TableCreationParameters.BuilderTableCreationParameters.Builder. attributeDefinitions(AttributeDefinition... attributeDefinitions)The attributes of the table created as part of the import operation.TableDescription.BuilderTableDescription.Builder. attributeDefinitions(AttributeDefinition... attributeDefinitions)An array ofAttributeDefinitionobjects.UpdateTableRequest.BuilderUpdateTableRequest.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 AttributeDefinition Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)An array of attributes that describe the key schema for the table and indexes.TableCreationParameters.BuilderTableCreationParameters.Builder. attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)The attributes of the table created as part of the import operation.TableDescription.BuilderTableDescription.Builder. attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)An array ofAttributeDefinitionobjects.UpdateTableRequest.BuilderUpdateTableRequest.Builder. attributeDefinitions(Collection<AttributeDefinition> attributeDefinitions)An array of attributes that describe the key schema for the table and indexes.
-