Uses of Class
software.amazon.awssdk.services.dynamodb.model.BillingMode
-
Packages that use BillingMode Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BillingMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BillingMode Modifier and Type Method Description BillingModeBillingModeSummary. billingMode()Controls how you are charged for read and write throughput and how you manage capacity.BillingModeCreateTableRequest. billingMode()Controls how you are charged for read and write throughput and how you manage capacity.BillingModeSourceTableDetails. billingMode()Controls how you are charged for read and write throughput and how you manage capacity.BillingModeTableCreationParameters. billingMode()The billing mode for provisioning the table created as part of the import operation.BillingModeUpdateTableRequest. billingMode()Controls how you are charged for read and write throughput and how you manage capacity.BillingModeRestoreTableFromBackupRequest. billingModeOverride()The billing mode of the restored table.BillingModeRestoreTableToPointInTimeRequest. billingModeOverride()The billing mode of the restored table.static BillingModeBillingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BillingModeUpdateGlobalTableSettingsRequest. globalTableBillingMode()The billing mode of the global table.static BillingModeBillingMode. 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.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type BillingMode Modifier and Type Method Description static Set<BillingMode>BillingMode. knownValues()Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BillingMode Modifier and Type Method Description BillingModeSummary.BuilderBillingModeSummary.Builder. billingMode(BillingMode billingMode)Controls how you are charged for read and write throughput and how you manage capacity.CreateTableRequest.BuilderCreateTableRequest.Builder. billingMode(BillingMode billingMode)Controls how you are charged for read and write throughput and how you manage capacity.SourceTableDetails.BuilderSourceTableDetails.Builder. billingMode(BillingMode billingMode)Controls how you are charged for read and write throughput and how you manage capacity.TableCreationParameters.BuilderTableCreationParameters.Builder. billingMode(BillingMode billingMode)The billing mode for provisioning the table created as part of the import operation.UpdateTableRequest.BuilderUpdateTableRequest.Builder. billingMode(BillingMode billingMode)Controls how you are charged for read and write throughput and how you manage capacity.RestoreTableFromBackupRequest.BuilderRestoreTableFromBackupRequest.Builder. billingModeOverride(BillingMode billingModeOverride)The billing mode of the restored table.RestoreTableToPointInTimeRequest.BuilderRestoreTableToPointInTimeRequest.Builder. billingModeOverride(BillingMode billingModeOverride)The billing mode of the restored table.UpdateGlobalTableSettingsRequest.BuilderUpdateGlobalTableSettingsRequest.Builder. globalTableBillingMode(BillingMode globalTableBillingMode)The billing mode of the global table.
-