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 BillingModeTableOptions.getBillingMode()Specify how you are charged for read and write throughput and how you manage capacity.final BillingModeTableOptions.Jsii$Proxy.getBillingMode()final BillingModeTableProps.Jsii$Proxy.getBillingMode()Billing.getMode()static BillingModeReturns 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()