Uses of Enum
software.amazon.awscdk.services.dynamodb.BillingMode
-
Uses of BillingMode in software.amazon.awscdk.services.dynamodb
Modifier 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.Modifier 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()