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