Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
List<GlobalSecondaryIndexInfo> |
SourceTableFeatureDetails.globalSecondaryIndexes()
Represents the GSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.globalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
Modifier and Type | Method and Description |
---|---|
SourceTableFeatureDetails.Builder |
SourceTableFeatureDetails.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes)
Represents the GSI properties for the table when the backup was created.
|
Copyright © 2023. All rights reserved.