Uses of Class
software.amazon.awssdk.services.dynamodb.model.ReplicaGlobalSecondaryIndexAutoScalingUpdate
Packages that use ReplicaGlobalSecondaryIndexAutoScalingUpdate
-
Uses of ReplicaGlobalSecondaryIndexAutoScalingUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ReplicaGlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionReplicaAutoScalingUpdate.replicaGlobalSecondaryIndexUpdates()Represents the auto scaling settings of global secondary indexes that will be modified.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ReplicaGlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionReplicaAutoScalingUpdate.Builder.replicaGlobalSecondaryIndexUpdates(ReplicaGlobalSecondaryIndexAutoScalingUpdate... replicaGlobalSecondaryIndexUpdates) Represents the auto scaling settings of global secondary indexes that will be modified.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ReplicaGlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionReplicaAutoScalingUpdate.Builder.replicaGlobalSecondaryIndexUpdates(Collection<ReplicaGlobalSecondaryIndexAutoScalingUpdate> replicaGlobalSecondaryIndexUpdates) Represents the auto scaling settings of global secondary indexes that will be modified.