Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<GlobalSecondaryIndexDescription> |
TableDescription.globalSecondaryIndexes
The global secondary indexes, if any, on the table.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.clone() |
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withBackfilling(java.lang.Boolean backfilling)
Indicates whether the index is currently backfilling.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexArn(java.lang.String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexName(java.lang.String indexName)
The name of the global secondary index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withIndexSizeBytes(java.lang.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(java.lang.String indexStatus)
The current state of the global secondary index:
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withItemCount(java.lang.Long itemCount)
The number of items in the specified index.
|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescription.withKeySchema(java.util.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 |
---|---|
java.util.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(java.util.Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
The global secondary indexes, if any, on the table.
|
TableDescription |
TableDescription.withGlobalSecondaryIndexes(java.util.Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
The global secondary indexes, if any, on the table.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexDescription |
GlobalSecondaryIndexDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexDescriptionJsonMarshaller.marshall(GlobalSecondaryIndexDescription globalSecondaryIndexDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|