Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
Packages that use GlobalSecondaryIndex
-
Uses of GlobalSecondaryIndex in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexModifier and TypeMethodDescriptionfinal List<GlobalSecondaryIndex>CreateTableRequest.globalSecondaryIndexes()One or more global secondary indexes (the maximum is 20) to be created on the table.final List<GlobalSecondaryIndex>TableCreationParameters.globalSecondaryIndexes()The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.final List<GlobalSecondaryIndex>RestoreTableFromBackupRequest.globalSecondaryIndexOverride()List of global secondary indexes for the restored table.final List<GlobalSecondaryIndex>RestoreTableToPointInTimeRequest.globalSecondaryIndexOverride()List of global secondary indexes for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes) One or more global secondary indexes (the maximum is 20) to be created on the table.TableCreationParameters.Builder.globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes) The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.RestoreTableFromBackupRequest.Builder.globalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride) List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.globalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride) List of global secondary indexes for the restored table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexModifier and TypeMethodDescriptionCreateTableRequest.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes) One or more global secondary indexes (the maximum is 20) to be created on the table.TableCreationParameters.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes) The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.RestoreTableFromBackupRequest.Builder.globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride) List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.Builder.globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride) List of global secondary indexes for the restored table.