Uses of Class
software.amazon.awssdk.services.dynamodb.model.OnDemandThroughputOverride
-
Packages that use OnDemandThroughputOverride Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of OnDemandThroughputOverride in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return OnDemandThroughputOverride Modifier and Type Method Description OnDemandThroughputOverrideCreateReplicationGroupMemberAction. onDemandThroughputOverride()The maximum on-demand throughput settings for the specified replica table being created.OnDemandThroughputOverrideReplicaDescription. onDemandThroughputOverride()Overrides the maximum on-demand throughput settings for the specified replica table.OnDemandThroughputOverrideReplicaGlobalSecondaryIndex. onDemandThroughputOverride()Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.OnDemandThroughputOverrideReplicaGlobalSecondaryIndexDescription. onDemandThroughputOverride()Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.OnDemandThroughputOverrideUpdateReplicationGroupMemberAction. onDemandThroughputOverride()Overrides the maximum on-demand throughput for the replica table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type OnDemandThroughputOverride Modifier and Type Method Description CreateReplicationGroupMemberAction.BuilderCreateReplicationGroupMemberAction.Builder. onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)The maximum on-demand throughput settings for the specified replica table being created.ReplicaDescription.BuilderReplicaDescription.Builder. onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)Overrides the maximum on-demand throughput settings for the specified replica table.ReplicaGlobalSecondaryIndex.BuilderReplicaGlobalSecondaryIndex.Builder. onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.ReplicaGlobalSecondaryIndexDescription.BuilderReplicaGlobalSecondaryIndexDescription.Builder. onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.UpdateReplicationGroupMemberAction.BuilderUpdateReplicationGroupMemberAction.Builder. onDemandThroughputOverride(OnDemandThroughputOverride onDemandThroughputOverride)Overrides the maximum on-demand throughput for the replica table.
-