Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.WarmThroughputProperty
Packages that use CfnTable.WarmThroughputProperty
-
Uses of CfnTable.WarmThroughputProperty in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement CfnTable.WarmThroughputPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTable.WarmThroughputPropertyMethods in software.amazon.awscdk.services.dynamodb that return CfnTable.WarmThroughputPropertyModifier and TypeMethodDescriptionCfnTable.WarmThroughputProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type CfnTable.WarmThroughputPropertyModifier and TypeMethodDescriptionvoidCfnTable.setWarmThroughput(CfnTable.WarmThroughputProperty value) Represents the warm throughput (in read units per second and write units per second) for creating a table.CfnTable.Builder.warmThroughput(CfnTable.WarmThroughputProperty warmThroughput) Represents the warm throughput (in read units per second and write units per second) for creating a table.CfnTable.GlobalSecondaryIndexProperty.Builder.warmThroughput(CfnTable.WarmThroughputProperty warmThroughput) Sets the value ofCfnTable.GlobalSecondaryIndexProperty.getWarmThroughput()CfnTableProps.Builder.warmThroughput(CfnTable.WarmThroughputProperty warmThroughput) Sets the value ofCfnTableProps.getWarmThroughput()