Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexInfo
Packages that use GlobalSecondaryIndexInfo
-
Uses of GlobalSecondaryIndexInfo in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexInfoModifier and TypeMethodDescriptionfinal List<GlobalSecondaryIndexInfo>SourceTableFeatureDetails.globalSecondaryIndexes()Represents the GSI properties for the table when the backup was created.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.globalSecondaryIndexes(GlobalSecondaryIndexInfo... globalSecondaryIndexes) Represents the GSI properties for the table when the backup was created.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexInfoModifier and TypeMethodDescriptionSourceTableFeatureDetails.Builder.globalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes) Represents the GSI properties for the table when the backup was created.