Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<LocalSecondaryIndexDescription> |
TableDescription.localSecondaryIndexes
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.clone() |
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexArn(java.lang.String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexName(java.lang.String indexName)
Represents the name of the local secondary index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withIndexSizeBytes(java.lang.Long indexSizeBytes)
The total size of the specified index, in bytes.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withItemCount(java.lang.Long itemCount)
The number of items in the specified index.
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(java.util.Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one
or more pairs of attribute names and key types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one
or more pairs of attribute names and key types:
|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescription.withProjection(Projection projection) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LocalSecondaryIndexDescription> |
TableDescription.getLocalSecondaryIndexes()
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
TableDescription |
TableDescription.withLocalSecondaryIndexes(LocalSecondaryIndexDescription... localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setLocalSecondaryIndexes(java.util.Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
TableDescription |
TableDescription.withLocalSecondaryIndexes(java.util.Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
|
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndexDescription |
LocalSecondaryIndexDescriptionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LocalSecondaryIndexDescriptionJsonMarshaller.marshall(LocalSecondaryIndexDescription localSecondaryIndexDescription,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|