Uses of Class
com.amazonaws.services.dynamodbv2.model.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
-
Uses of AttributeDefinition in com.amazonaws.services.dynamodbv2
Method parameters in com.amazonaws.services.dynamodbv2 with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) AmazonDynamoDB.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBClient.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) AbstractAmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AbstractAmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler.AmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler.AmazonDynamoDBAsyncClient.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBAsyncClient.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler. -
Uses of AttributeDefinition in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionTable.createGSI
(CreateGlobalSecondaryIndexAction create, AttributeDefinition hashKeyDefinition) Creates a global secondary index (GSI) with only a hash key on this table.Table.createGSI
(CreateGlobalSecondaryIndexAction create, AttributeDefinition hashKeyDefinition, AttributeDefinition rangeKeyDefinition) Creates a global secondary index (GSI) with both a hash key and a range key on this table. -
Uses of AttributeDefinition in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return types with arguments of type AttributeDefinitionMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionUpdateTableSpec.withAttributeDefinitions
(AttributeDefinition... attributeDefinitions) Method parameters in com.amazonaws.services.dynamodbv2.document.spec with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionUpdateTableSpec.withAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) -
Uses of AttributeDefinition in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinition.clone()
AttributeDefinition.withAttributeName
(String attributeName) A name for the attribute.AttributeDefinition.withAttributeType
(ScalarAttributeType attributeType) The data type for the attribute, where:AttributeDefinition.withAttributeType
(String attributeType) The data type for the attribute, where:Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type AttributeDefinitionModifier and TypeMethodDescriptionCreateTableRequest.getAttributeDefinitions()
An array of attributes that describe the key schema for the table and indexes.TableDescription.getAttributeDefinitions()
An array of AttributeDefinition objects.UpdateTableRequest.getAttributeDefinitions()
An array of attributes that describe the key schema for the table and indexes.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionCreateTableRequest.withAttributeDefinitions
(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.TableDescription.withAttributeDefinitions
(AttributeDefinition... attributeDefinitions) An array of AttributeDefinition objects.UpdateTableRequest.withAttributeDefinitions
(AttributeDefinition... attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeDefinitionModifier and TypeMethodDescriptionvoid
CreateTableRequest.setAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.void
TableDescription.setAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of AttributeDefinition objects.void
UpdateTableRequest.setAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.CreateTableRequest.withAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.TableDescription.withAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of AttributeDefinition objects.UpdateTableRequest.withAttributeDefinitions
(Collection<AttributeDefinition> attributeDefinitions) An array of attributes that describe the key schema for the table and indexes.Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type AttributeDefinitionModifierConstructorDescriptionCreateTableRequest
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Constructs a new CreateTableRequest object.