Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexSettingsUpdate
Packages that use ReplicaGlobalSecondaryIndexSettingsUpdate
-
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 ReplicaGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionReplicaSettingsUpdate.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 ReplicaGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionReplicaSettingsUpdate.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 ReplicaGlobalSecondaryIndexSettingsUpdateModifier and TypeMethodDescriptionReplicaSettingsUpdate.Builder.replicaGlobalSecondaryIndexSettingsUpdate(Collection<ReplicaGlobalSecondaryIndexSettingsUpdate> replicaGlobalSecondaryIndexSettingsUpdate) Represents the settings of a global secondary index for a global table that will be modified.