Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndex |
DynamoDBMapperTableModel.localSecondaryIndex(String indexName)
Gets the local secondary index by name.
|
Modifier and Type | Method and Description |
---|---|
Collection<LocalSecondaryIndex> |
DynamoDBMapperTableModel.localSecondaryIndexes()
Gets the local secondary indexes for the given class.
|
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndex |
LocalSecondaryIndex.clone() |
LocalSecondaryIndex |
LocalSecondaryIndex.withIndexName(String indexName)
The name of the local secondary index.
|
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndex |
LocalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key
types:
|
LocalSecondaryIndex |
LocalSecondaryIndex.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the local secondary index.
|
Modifier and Type | Method and Description |
---|---|
List<LocalSecondaryIndex> |
CreateTableRequest.getLocalSecondaryIndexes()
One or more local secondary indexes (the maximum is 5) to be created on the table.
|
List<LocalSecondaryIndex> |
RestoreTableToPointInTimeRequest.getLocalSecondaryIndexOverride()
List of local secondary indexes for the restored table.
|
List<LocalSecondaryIndex> |
RestoreTableFromBackupRequest.getLocalSecondaryIndexOverride()
List of local secondary indexes for the restored table.
|
Modifier and Type | Method and Description |
---|---|
CreateTableRequest |
CreateTableRequest.withLocalSecondaryIndexes(LocalSecondaryIndex... localSecondaryIndexes)
One or more local secondary indexes (the maximum is 5) to be created on the table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withLocalSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
RestoreTableFromBackupRequest |
RestoreTableFromBackupRequest.withLocalSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes)
One or more local secondary indexes (the maximum is 5) to be created on the table.
|
void |
RestoreTableToPointInTimeRequest.setLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
void |
RestoreTableFromBackupRequest.setLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
CreateTableRequest |
CreateTableRequest.withLocalSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes)
One or more local secondary indexes (the maximum is 5) to be created on the table.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
RestoreTableFromBackupRequest |
RestoreTableFromBackupRequest.withLocalSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)
List of local secondary indexes for the restored table.
|
Copyright © 2021. All rights reserved.