Uses of Class
com.amazonaws.services.dynamodbv2.model.KeySchemaElement
Packages that use KeySchemaElement
Package
Description
-
Uses of KeySchemaElement in com.amazonaws.services.dynamodbv2.document
Method parameters in com.amazonaws.services.dynamodbv2.document with type arguments of type KeySchemaElementModifier and TypeMethodDescriptionDynamoDB.createTable
(String tableName, List<KeySchemaElement> keySchema, List<AttributeDefinition> attributeDefinitions, ProvisionedThroughput provisionedThroughput) Creates the specified table in DynamoDB. -
Uses of KeySchemaElement in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return KeySchemaElementModifier and TypeMethodDescriptionKeySchemaElement.clone()
KeySchemaElement.withAttributeName
(String attributeName) The name of a key attribute.KeySchemaElement.withKeyType
(KeyType keyType) The role that this key attribute will assume:KeySchemaElement.withKeyType
(String keyType) The role that this key attribute will assume:Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type KeySchemaElementModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.getKeySchema()
The key schema for the global secondary index.CreateTableRequest.getKeySchema()
Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.getKeySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexDescription.getKeySchema()
The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:LocalSecondaryIndex.getKeySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.getKeySchema()
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:StreamDescription.getKeySchema()
The key attribute(s) of the stream's DynamoDB table.TableDescription.getKeySchema()
The primary key structure for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type KeySchemaElementModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.withKeySchema
(KeySchemaElement... keySchema) The key schema for the global secondary index.CreateTableRequest.withKeySchema
(KeySchemaElement... keySchema) Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.withKeySchema
(KeySchemaElement... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexDescription.withKeySchema
(KeySchemaElement... keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:LocalSecondaryIndex.withKeySchema
(KeySchemaElement... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.withKeySchema
(KeySchemaElement... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:StreamDescription.withKeySchema
(KeySchemaElement... keySchema) The key attribute(s) of the stream's DynamoDB table.TableDescription.withKeySchema
(KeySchemaElement... keySchema) The primary key structure for the table.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElementModifier and TypeMethodDescriptionvoid
CreateGlobalSecondaryIndexAction.setKeySchema
(Collection<KeySchemaElement> keySchema) The key schema for the global secondary index.void
CreateTableRequest.setKeySchema
(Collection<KeySchemaElement> keySchema) Specifies the attributes that make up the primary key for a table or an index.void
GlobalSecondaryIndex.setKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:void
GlobalSecondaryIndexDescription.setKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:void
LocalSecondaryIndex.setKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:void
LocalSecondaryIndexDescription.setKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:void
StreamDescription.setKeySchema
(Collection<KeySchemaElement> keySchema) The key attribute(s) of the stream's DynamoDB table.void
TableDescription.setKeySchema
(Collection<KeySchemaElement> keySchema) The primary key structure for the table.CreateGlobalSecondaryIndexAction.withKeySchema
(Collection<KeySchemaElement> keySchema) The key schema for the global secondary index.CreateTableRequest.withKeySchema
(Collection<KeySchemaElement> keySchema) Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndex.withKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:GlobalSecondaryIndexDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:LocalSecondaryIndex.withKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:StreamDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The key attribute(s) of the stream's DynamoDB table.TableDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The primary key structure for the table.Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElementModifierConstructorDescriptionCreateTableRequest
(String tableName, List<KeySchemaElement> keySchema) Constructs a new CreateTableRequest object.