Uses of Enum
software.amazon.awscdk.services.dynamodb.BillingMode
Packages that use BillingMode
-
Uses of BillingMode in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return BillingModeModifier and TypeMethodDescriptiondefault BillingMode
TableOptions.getBillingMode()
Specify how you are charged for read and write throughput and how you manage capacity.final BillingMode
TableOptions.Jsii$Proxy.getBillingMode()
final BillingMode
TableProps.Jsii$Proxy.getBillingMode()
Billing.getMode()
static BillingMode
Returns the enum constant of this type with the specified name.static BillingMode[]
BillingMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.dynamodb with parameters of type BillingModeModifier and TypeMethodDescriptionTable.Builder.billingMode
(BillingMode billingMode) Specify how you are charged for read and write throughput and how you manage capacity.TableOptions.Builder.billingMode
(BillingMode billingMode) Sets the value ofTableOptions.getBillingMode()
TableProps.Builder.billingMode
(BillingMode billingMode) Sets the value ofTableOptions.getBillingMode()