Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.clone() |
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withIndexName(String indexName)
Represents the name of the local secondary index.
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withKeySchema(Collection<KeySchemaElement> keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withKeySchema(KeySchemaElement... keySchema)
The complete key schema for a local secondary index, which consists of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndexInfo |
LocalSecondaryIndexInfo.withProjection(Projection projection)
Represents attributes that are copied (projected) from the table into the global secondary index.
|
Modifier and Type | Method and Description |
---|---|
List<LocalSecondaryIndexInfo> |
SourceTableFeatureDetails.getLocalSecondaryIndexes()
Represents the LSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withLocalSecondaryIndexes(LocalSecondaryIndexInfo... localSecondaryIndexes)
Represents the LSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceTableFeatureDetails.setLocalSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes)
Represents the LSI properties for the table when the backup was created.
|
SourceTableFeatureDetails |
SourceTableFeatureDetails.withLocalSecondaryIndexes(Collection<LocalSecondaryIndexInfo> localSecondaryIndexes)
Represents the LSI properties for the table when the backup was created.
|
Copyright © 2023. All rights reserved.