Uses of Class
software.amazon.awssdk.services.dynamodb.model.OnDemandThroughputOverride
Packages that use OnDemandThroughputOverride
-
Uses of OnDemandThroughputOverride in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return OnDemandThroughputOverrideModifier and TypeMethodDescriptionCreateReplicationGroupMemberAction.onDemandThroughputOverride()The maximum on-demand throughput settings for the specified replica table being created.ReplicaDescription.onDemandThroughputOverride()Overrides the maximum on-demand throughput settings for the specified replica table.ReplicaGlobalSecondaryIndex.onDemandThroughputOverride()Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.onDemandThroughputOverride()Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.UpdateReplicationGroupMemberAction.onDemandThroughputOverride()Overrides the maximum on-demand throughput for the replica table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type OnDemandThroughputOverrideModifier and TypeMethodDescriptionCreateReplicationGroupMemberAction.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) The maximum on-demand throughput settings for the specified replica table being created.ReplicaDescription.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified replica table.ReplicaGlobalSecondaryIndex.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.UpdateReplicationGroupMemberAction.Builder.onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride) Overrides the maximum on-demand throughput for the replica table.