Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
-
Packages that use LocalSecondaryIndex Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of LocalSecondaryIndex in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type LocalSecondaryIndex Modifier and Type Method Description List<LocalSecondaryIndex>CreateTableRequest. localSecondaryIndexes()One or more local secondary indexes (the maximum is 5) to be created on the table.List<LocalSecondaryIndex>RestoreTableFromBackupRequest. localSecondaryIndexOverride()List of local secondary indexes for the restored table.List<LocalSecondaryIndex>RestoreTableToPointInTimeRequest. localSecondaryIndexOverride()List of local secondary indexes for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type LocalSecondaryIndex Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. localSecondaryIndexes(LocalSecondaryIndex... localSecondaryIndexes)One or more local secondary indexes (the maximum is 5) to be created on the table.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. localSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. localSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride)List of local secondary indexes for the restored table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type LocalSecondaryIndex Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. localSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes)One or more local secondary indexes (the maximum is 5) to be created on the table.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride)List of local secondary indexes for the restored table.
-