Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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(Collection<KeySchemaElement> keySchema)
The key schema for the global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withKeySchema(KeySchemaElement... keySchema)
The key schema for the global secondary index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into an index.
|
CreateGlobalSecondaryIndexAction |
CreateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
Modifier and Type | Method and 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:
|
Copyright © 2021. All rights reserved.