Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedGlobalSecondaryIndex
-
Packages that use EnhancedGlobalSecondaryIndex Package Description software.amazon.awssdk.enhanced.dynamodb.internal software.amazon.awssdk.enhanced.dynamodb.model -
-
Uses of EnhancedGlobalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.internal
Methods in software.amazon.awssdk.enhanced.dynamodb.internal that return types with arguments of type EnhancedGlobalSecondaryIndex Modifier and Type Method Description List<EnhancedGlobalSecondaryIndex>TableIndices. globalSecondaryIndices() -
Uses of EnhancedGlobalSecondaryIndex in software.amazon.awssdk.enhanced.dynamodb.model
Methods in software.amazon.awssdk.enhanced.dynamodb.model that return EnhancedGlobalSecondaryIndex Modifier and Type Method Description EnhancedGlobalSecondaryIndexEnhancedGlobalSecondaryIndex.Builder. build()Builds aEnhancedGlobalSecondaryIndexbased on the values stored in this builderMethods in software.amazon.awssdk.enhanced.dynamodb.model that return types with arguments of type EnhancedGlobalSecondaryIndex Modifier and Type Method Description Collection<EnhancedGlobalSecondaryIndex>CreateTableEnhancedRequest. globalSecondaryIndices()Returns the global secondary index set on this request object, or null if it has not been set.Methods in software.amazon.awssdk.enhanced.dynamodb.model with parameters of type EnhancedGlobalSecondaryIndex Modifier and Type Method Description CreateTableEnhancedRequest.BuilderCreateTableEnhancedRequest.Builder. globalSecondaryIndices(EnhancedGlobalSecondaryIndex... globalSecondaryIndices)Defines a global secondary index for this table.Method parameters in software.amazon.awssdk.enhanced.dynamodb.model with type arguments of type EnhancedGlobalSecondaryIndex Modifier and Type Method Description CreateTableEnhancedRequest.BuilderCreateTableEnhancedRequest.Builder. globalSecondaryIndices(Collection<EnhancedGlobalSecondaryIndex> globalSecondaryIndices)Defines a global secondary index for this table.
-