Uses of Class
com.amazonaws.services.dynamodbv2.model.KeySchemaElement
-
Packages that use KeySchemaElement Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.model -
-
Uses of KeySchemaElement in com.amazonaws.services.dynamodbv2.document
Method parameters in com.amazonaws.services.dynamodbv2.document with type arguments of type KeySchemaElement Modifier and Type Method Description TableDynamoDB. 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 KeySchemaElement Modifier and Type Method Description KeySchemaElementKeySchemaElement. clone()KeySchemaElementKeySchemaElement. withAttributeName(String attributeName)The name of a key attribute.KeySchemaElementKeySchemaElement. withKeyType(KeyType keyType)The role that this key attribute will assume:KeySchemaElementKeySchemaElement. 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 KeySchemaElement Modifier and Type Method Description List<KeySchemaElement>CreateGlobalSecondaryIndexAction. getKeySchema()The key schema for the global secondary index.List<KeySchemaElement>CreateTableRequest. getKeySchema()Specifies the attributes that make up the primary key for a table or an index.List<KeySchemaElement>GlobalSecondaryIndex. getKeySchema()The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>GlobalSecondaryIndexDescription. getKeySchema()The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:List<KeySchemaElement>LocalSecondaryIndex. getKeySchema()The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:List<KeySchemaElement>LocalSecondaryIndexDescription. getKeySchema()The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:List<KeySchemaElement>StreamDescription. getKeySchema()The key attribute(s) of the stream's DynamoDB table.List<KeySchemaElement>TableDescription. getKeySchema()The primary key structure for the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type KeySchemaElement Modifier and Type Method Description CreateGlobalSecondaryIndexActionCreateGlobalSecondaryIndexAction. withKeySchema(KeySchemaElement... keySchema)The key schema for the global secondary index.CreateTableRequestCreateTableRequest. withKeySchema(KeySchemaElement... keySchema)Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndexGlobalSecondaryIndex. 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:GlobalSecondaryIndexDescriptionGlobalSecondaryIndexDescription. 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:LocalSecondaryIndexLocalSecondaryIndex. withKeySchema(KeySchemaElement... keySchema)The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withKeySchema(KeySchemaElement... keySchema)The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:StreamDescriptionStreamDescription. withKeySchema(KeySchemaElement... keySchema)The key attribute(s) of the stream's DynamoDB table.TableDescriptionTableDescription. withKeySchema(KeySchemaElement... keySchema)The primary key structure for the table.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElement Modifier and Type Method Description voidCreateGlobalSecondaryIndexAction. setKeySchema(Collection<KeySchemaElement> keySchema)The key schema for the global secondary index.voidCreateTableRequest. setKeySchema(Collection<KeySchemaElement> keySchema)Specifies the attributes that make up the primary key for a table or an index.voidGlobalSecondaryIndex. 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:voidGlobalSecondaryIndexDescription. 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:voidLocalSecondaryIndex. 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:voidLocalSecondaryIndexDescription. 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:voidStreamDescription. setKeySchema(Collection<KeySchemaElement> keySchema)The key attribute(s) of the stream's DynamoDB table.voidTableDescription. setKeySchema(Collection<KeySchemaElement> keySchema)The primary key structure for the table.CreateGlobalSecondaryIndexActionCreateGlobalSecondaryIndexAction. withKeySchema(Collection<KeySchemaElement> keySchema)The key schema for the global secondary index.CreateTableRequestCreateTableRequest. withKeySchema(Collection<KeySchemaElement> keySchema)Specifies the attributes that make up the primary key for a table or an index.GlobalSecondaryIndexGlobalSecondaryIndex. 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:GlobalSecondaryIndexDescriptionGlobalSecondaryIndexDescription. 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:LocalSecondaryIndexLocalSecondaryIndex. 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:LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. 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:StreamDescriptionStreamDescription. withKeySchema(Collection<KeySchemaElement> keySchema)The key attribute(s) of the stream's DynamoDB table.TableDescriptionTableDescription. withKeySchema(Collection<KeySchemaElement> keySchema)The primary key structure for the table.Constructor parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type KeySchemaElement Constructor Description CreateTableRequest(String tableName, List<KeySchemaElement> keySchema)Constructs a new CreateTableRequest object.
-