Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.ProvisionedThroughputProperty
Packages that use CfnTable.ProvisionedThroughputProperty
-
Uses of CfnTable.ProvisionedThroughputProperty in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement CfnTable.ProvisionedThroughputPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTable.ProvisionedThroughputPropertyMethods in software.amazon.awscdk.services.dynamodb that return CfnTable.ProvisionedThroughputPropertyModifier and TypeMethodDescriptionCfnTable.ProvisionedThroughputProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type CfnTable.ProvisionedThroughputPropertyModifier and TypeMethodDescriptionCfnTable.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput) Throughput for the specified table, which consists of values forReadCapacityUnitsandWriteCapacityUnits.CfnTable.GlobalSecondaryIndexProperty.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput) Sets the value ofCfnTable.GlobalSecondaryIndexProperty.getProvisionedThroughput()CfnTableProps.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput) Sets the value ofCfnTableProps.getProvisionedThroughput()voidCfnTable.setProvisionedThroughput(CfnTable.ProvisionedThroughputProperty value) Throughput for the specified table, which consists of values forReadCapacityUnitsandWriteCapacityUnits.