Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexInfo
-
Packages that use GlobalSecondaryIndexInfo Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 GlobalSecondaryIndexInfo Modifier and Type Method Description 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 GlobalSecondaryIndexInfo Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.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 GlobalSecondaryIndexInfo Modifier and Type Method Description SourceTableFeatureDetails.BuilderSourceTableFeatureDetails.Builder. globalSecondaryIndexes(Collection<GlobalSecondaryIndexInfo> globalSecondaryIndexes)Represents the GSI properties for the table when the backup was created.
-