Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.clone() |
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withIndexName(String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.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:
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.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:
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
GlobalSecondaryIndexInfo |
GlobalSecondaryIndexInfo.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
Represents the provisioned throughput settings for the specified global secondary index.
|
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndexInfo> |
SourceTableFeatureDetails.getGlobalSecondaryIndexes()
Represents the GSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withGlobalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceTableFeatureDetails.setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
Copyright © 2019. All rights reserved.