Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexDescription
-
Packages that use GlobalSecondaryIndexDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalSecondaryIndexDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexDescription Modifier and Type Method Description List<GlobalSecondaryIndexDescription>TableDescription. globalSecondaryIndexes()The global secondary indexes, if any, on the table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. globalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes)The global secondary indexes, if any, on the table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexDescription Modifier and Type Method Description TableDescription.BuilderTableDescription.Builder. globalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)The global secondary indexes, if any, on the table.
-