Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexSettingsDescription
Packages that use ReplicaGlobalSecondaryIndexSettingsDescription
-
Uses of ReplicaGlobalSecondaryIndexSettingsDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaGlobalSecondaryIndexSettingsDescriptionModifier and TypeMethodDescriptionReplicaSettingsDescription.replicaGlobalSecondaryIndexSettings()Replica global secondary index settings for the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaGlobalSecondaryIndexSettingsDescriptionModifier and TypeMethodDescriptionReplicaSettingsDescription.Builder.replicaGlobalSecondaryIndexSettings(ReplicaGlobalSecondaryIndexSettingsDescription... replicaGlobalSecondaryIndexSettings) Replica global secondary index settings for the global table.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaGlobalSecondaryIndexSettingsDescriptionModifier and TypeMethodDescriptionReplicaSettingsDescription.Builder.replicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription> replicaGlobalSecondaryIndexSettings) Replica global secondary index settings for the global table.