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(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(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.withProjection(Projection projection) |
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) |
|