Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexSettingsDescription
-
Packages that use ReplicaGlobalSecondaryIndexSettingsDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
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 ReplicaGlobalSecondaryIndexSettingsDescription Modifier and Type Method Description List<ReplicaGlobalSecondaryIndexSettingsDescription>ReplicaSettingsDescription. replicaGlobalSecondaryIndexSettings()Replica global secondary index settings for the global table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaGlobalSecondaryIndexSettingsDescription Modifier and Type Method Description ReplicaSettingsDescription.BuilderReplicaSettingsDescription.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 ReplicaGlobalSecondaryIndexSettingsDescription Modifier and Type Method Description ReplicaSettingsDescription.BuilderReplicaSettingsDescription.Builder. replicaGlobalSecondaryIndexSettings(Collection<ReplicaGlobalSecondaryIndexSettingsDescription> replicaGlobalSecondaryIndexSettings)Replica global secondary index settings for the global table.
-