Uses of Class
software.amazon.awssdk.services.dynamodb.model.LocalSecondaryIndex
Packages that use LocalSecondaryIndex
-
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 LocalSecondaryIndexModifier and TypeMethodDescriptionfinal List<LocalSecondaryIndex>CreateTableRequest.localSecondaryIndexes()One or more local secondary indexes (the maximum is 5) to be created on the table.final List<LocalSecondaryIndex>RestoreTableFromBackupRequest.localSecondaryIndexOverride()List of local secondary indexes for the restored table.final 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 LocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.localSecondaryIndexes(LocalSecondaryIndex... localSecondaryIndexes) One or more local secondary indexes (the maximum is 5) to be created on the table.RestoreTableFromBackupRequest.Builder.localSecondaryIndexOverride(LocalSecondaryIndex... localSecondaryIndexOverride) List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.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 LocalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.localSecondaryIndexes(Collection<LocalSecondaryIndex> localSecondaryIndexes) One or more local secondary indexes (the maximum is 5) to be created on the table.RestoreTableFromBackupRequest.Builder.localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride) List of local secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.localSecondaryIndexOverride(Collection<LocalSecondaryIndex> localSecondaryIndexOverride) List of local secondary indexes for the restored table.