Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTableGlobalSecondaryIndexSettingsUpdate
-
Packages that use GlobalTableGlobalSecondaryIndexSettingsUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 GlobalTableGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description List<GlobalTableGlobalSecondaryIndexSettingsUpdate>UpdateGlobalTableSettingsRequest. 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 GlobalTableGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description UpdateGlobalTableSettingsRequest.BuilderUpdateGlobalTableSettingsRequest.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 GlobalTableGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description UpdateGlobalTableSettingsRequest.BuilderUpdateGlobalTableSettingsRequest.Builder. globalTableGlobalSecondaryIndexSettingsUpdate(Collection<GlobalTableGlobalSecondaryIndexSettingsUpdate> globalTableGlobalSecondaryIndexSettingsUpdate)Represents the settings of a global secondary index for a global table that will be modified.
-