Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.clone() |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withBackfilling(Boolean backfilling)
Indicates whether the index is currently backfilling.
|
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 the global secondary index, consisting of
one or more pairs of attribute names and key types (
HASH
or RANGE ). |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the global secondary index, consisting of
one or more pairs of attribute names and key types (
HASH
or RANGE ). |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into
an index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
Represents the provisioned throughput settings for the table,
consisting of read and write capacity units, along with data about
increases and decreases.
|
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 © 2015. All rights reserved.