Uses of Class
software.amazon.awssdk.enhanced.dynamodb.model.EnhancedGlobalSecondaryIndex
-
Packages that use EnhancedGlobalSecondaryIndex Package Description software.amazon.awssdk.enhanced.dynamodb.model -
-
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 EnhancedGlobalSecondaryIndex
EnhancedGlobalSecondaryIndex.Builder. build()
Builds aEnhancedGlobalSecondaryIndex
based 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.Builder
CreateTableEnhancedRequest.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.Builder
CreateTableEnhancedRequest.Builder. globalSecondaryIndices(Collection<EnhancedGlobalSecondaryIndex> globalSecondaryIndices)
Defines a global secondary index for this table.
-