Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.OnDemandThroughputProperty
Packages that use CfnTable.OnDemandThroughputProperty
-
Uses of CfnTable.OnDemandThroughputProperty in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement CfnTable.OnDemandThroughputPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTable.OnDemandThroughputPropertyMethods in software.amazon.awscdk.services.dynamodb that return CfnTable.OnDemandThroughputPropertyModifier and TypeMethodDescriptionCfnTable.OnDemandThroughputProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type CfnTable.OnDemandThroughputPropertyModifier and TypeMethodDescriptionCfnTable.Builder.onDemandThroughput(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the maximum number of read and write units for the specified on-demand table.CfnTable.GlobalSecondaryIndexProperty.Builder.onDemandThroughput(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTable.GlobalSecondaryIndexProperty.getOnDemandThroughput()CfnTableProps.Builder.onDemandThroughput(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTableProps.getOnDemandThroughput()voidCfnTable.setOnDemandThroughput(CfnTable.OnDemandThroughputProperty value) Sets the maximum number of read and write units for the specified on-demand table.