Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexSettingsUpdate
-
Packages that use ReplicaGlobalSecondaryIndexSettingsUpdate Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ReplicaGlobalSecondaryIndexSettingsUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description List<ReplicaGlobalSecondaryIndexSettingsUpdate>ReplicaSettingsUpdate. replicaGlobalSecondaryIndexSettingsUpdate()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 ReplicaGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description ReplicaSettingsUpdate.BuilderReplicaSettingsUpdate.Builder. replicaGlobalSecondaryIndexSettingsUpdate(ReplicaGlobalSecondaryIndexSettingsUpdate... replicaGlobalSecondaryIndexSettingsUpdate)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 ReplicaGlobalSecondaryIndexSettingsUpdate Modifier and Type Method Description ReplicaSettingsUpdate.BuilderReplicaSettingsUpdate.Builder. replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate)Represents the settings of a global secondary index for a global table that will be modified.
-