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