Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.clone() |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withBackfilling(Boolean backfilling)
Indicates whether the index is currently backfilling.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexArn(String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexName(String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexSizeBytes(Long indexSizeBytes)
The total size of the specified index, in bytes.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexStatus(IndexStatus indexStatus)
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexStatus(String indexStatus)
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withItemCount(Long itemCount)
The number of items in the specified index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.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:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.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:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection) |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) |
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndexDescription> |
TableDescription.getGlobalSecondaryIndexes()
The global secondary indexes, if any, on the table.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
TableDescription.withGlobalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes)
The global secondary indexes, if any, on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
The global secondary indexes, if any, on the table.
|
TableDescription |
TableDescription.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
The global secondary indexes, if any, on the table.
|
Copyright © 2017. All rights reserved.