Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
static BillingMode |
BillingMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
SourceTableDetails |
SourceTableDetails.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
BillingModeSummary |
BillingModeSummary.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
TableCreationParameters |
TableCreationParameters.withBillingMode(BillingMode billingMode)
The billing mode for provisioning the table created as part of the import operation.
|
UpdateTableRequest |
UpdateTableRequest.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
CreateTableRequest |
CreateTableRequest.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
RestoreTableToPointInTimeRequest |
RestoreTableToPointInTimeRequest.withBillingModeOverride(BillingMode billingModeOverride)
The billing mode of the restored table.
|
RestoreTableFromBackupRequest |
RestoreTableFromBackupRequest.withBillingModeOverride(BillingMode billingModeOverride)
The billing mode of the restored table.
|
UpdateGlobalTableSettingsRequest |
UpdateGlobalTableSettingsRequest.withGlobalTableBillingMode(BillingMode globalTableBillingMode)
The billing mode of the global table.
|
Copyright © 2023. All rights reserved.