Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndex
-
Packages that use GlobalSecondaryIndex Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 GlobalSecondaryIndex Modifier and Type Method Description List<GlobalSecondaryIndex>CreateTableRequest. globalSecondaryIndexes()One or more global secondary indexes (the maximum is 20) to be created on the table.List<GlobalSecondaryIndex>TableCreationParameters. globalSecondaryIndexes()The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.List<GlobalSecondaryIndex>RestoreTableFromBackupRequest. globalSecondaryIndexOverride()List of global secondary indexes for the restored table.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 GlobalSecondaryIndex Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)One or more global secondary indexes (the maximum is 20) to be created on the table.TableCreationParameters.BuilderTableCreationParameters.Builder. globalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. globalSecondaryIndexOverride(GlobalSecondaryIndex... globalSecondaryIndexOverride)List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.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 GlobalSecondaryIndex Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)One or more global secondary indexes (the maximum is 20) to be created on the table.TableCreationParameters.BuilderTableCreationParameters.Builder. globalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)The Global Secondary Indexes (GSI) of the table to be created as part of the import operation.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride)List of global secondary indexes for the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. globalSecondaryIndexOverride(Collection<GlobalSecondaryIndex> globalSecondaryIndexOverride)List of global secondary indexes for the restored table.
-