Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
Packages that use GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Uses of GlobalTableGlobalSecondaryIndexSettingsUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.globalTableGlobalSecondaryIndexSettingsUpdate()Represents the settings of a global secondary index for a global table that will be modified.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(GlobalTableGlobalSecondaryIndexSettingsUpdate... globalTableGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTableGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionUpdateGlobalTableSettingsRequest.Builder.globalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.