Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalSecondaryIndexAutoScalingUpdate
Packages that use GlobalSecondaryIndexAutoScalingUpdate
-
Uses of GlobalSecondaryIndexAutoScalingUpdate in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.globalSecondaryIndexUpdates()Represents the auto scaling settings of the global secondary indexes of the replica to be updated.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(GlobalSecondaryIndexAutoScalingUpdate... globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalSecondaryIndexAutoScalingUpdateModifier and TypeMethodDescriptionUpdateTableReplicaAutoScalingRequest.Builder.globalSecondaryIndexUpdates(Collection<GlobalSecondaryIndexAutoScalingUpdate> globalSecondaryIndexUpdates) Represents the auto scaling settings of the global secondary indexes of the replica to be updated.