Uses of Class
com.amazonaws.services.dynamodbv2.model.CreateGlobalSecondaryIndexAction
-
Packages that use CreateGlobalSecondaryIndexAction Package Description com.amazonaws.services.dynamodbv2.document com.amazonaws.services.dynamodbv2.model -
-
Uses of CreateGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type CreateGlobalSecondaryIndexAction Modifier and Type Method Description Index
Table. createGSI(CreateGlobalSecondaryIndexAction create, AttributeDefinition hashKeyDefinition)
Creates a global secondary index (GSI) with only a hash key on this table.Index
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 CreateGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return CreateGlobalSecondaryIndexAction Modifier and Type Method Description CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. clone()
CreateGlobalSecondaryIndexAction
GlobalSecondaryIndexUpdate. getCreate()
The parameters required for creating a global secondary index on an existing table:CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. withIndexName(String indexName)
The name of the global secondary index to be created.CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. withKeySchema(KeySchemaElement... keySchema)
The key schema for the global secondary index.CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. withKeySchema(Collection<KeySchemaElement> keySchema)
The key schema for the global secondary index.CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. withProjection(Projection projection)
CreateGlobalSecondaryIndexAction
CreateGlobalSecondaryIndexAction. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Methods in com.amazonaws.services.dynamodbv2.model with parameters of type CreateGlobalSecondaryIndexAction Modifier and Type Method Description void
GlobalSecondaryIndexUpdate. setCreate(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an existing table:GlobalSecondaryIndexUpdate
GlobalSecondaryIndexUpdate. withCreate(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an existing table:
-