Uses of Class
software.amazon.awscdk.services.dynamodb.Billing
Packages that use Billing
-
Uses of Billing in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return BillingModifier and TypeMethodDescriptiondefault BillingTablePropsV2.getBilling()The billing mode and capacity settings to apply to the table.final BillingTablePropsV2.Jsii$Proxy.getBilling()static BillingBilling.onDemand()Flexible billing option capable of serving requests without capacity planning.static BillingBilling.onDemand(MaxThroughputProps props) Flexible billing option capable of serving requests without capacity planning.static BillingBilling.provisioned(ThroughputProps props) Specify the number of reads and writes per second that you need for your application.Methods in software.amazon.awscdk.services.dynamodb with parameters of type BillingModifier and TypeMethodDescriptionSets the value ofTablePropsV2.getBilling()The billing mode and capacity settings to apply to the table.