Uses of Enum
software.amazon.awscdk.services.dynamodb.BillingMode
Packages that use BillingMode
Package
Description
Amazon DynamoDB Construct Library
@aws-cdk/aws-dynamodb-global
-
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()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() -
Uses of BillingMode in software.amazon.awscdk.services.dynamodb.global
Methods in software.amazon.awscdk.services.dynamodb.global that return BillingModeModifier and TypeMethodDescriptionfinal BillingModeGlobalTableProps.Jsii$Proxy.getBillingMode()Deprecated.Methods in software.amazon.awscdk.services.dynamodb.global with parameters of type BillingModeModifier and TypeMethodDescriptionGlobalTable.Builder.billingMode(BillingMode billingMode) Deprecated.Specify how you are charged for read and write throughput and how you manage capacity.GlobalTableProps.Builder.billingMode(BillingMode billingMode) Deprecated.Sets the value ofTableOptions.getBillingMode()