| Modifier and Type | Method and Description |
|---|---|
BillingMode |
TableOptions.getBillingMode()
Specify how you are charged for read and write throughput and how you manage capacity.
|
BillingMode |
TableOptions.Jsii$Proxy.getBillingMode()
Specify how you are charged for read and write throughput and how you manage capacity.
|
BillingMode |
TableProps.Jsii$Proxy.getBillingMode()
Specify how you are charged for read and write throughput and how you manage capacity.
|
static BillingMode |
BillingMode.valueOf(String name)
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 Type | Method and Description |
|---|---|
TableOptions.Builder |
TableOptions.Builder.withBillingMode(BillingMode value)
Sets the value of BillingMode
|
TableProps.Builder |
TableProps.Builder.withBillingMode(BillingMode value)
Sets the value of BillingMode
|
Copyright © 2019. All rights reserved.