Uses of Enum
software.amazon.awssdk.services.dynamodb.model.BillingMode
Packages that use BillingMode
-
Uses of BillingMode in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BillingModeModifier and TypeMethodDescriptionfinal BillingModeBillingModeSummary.billingMode()Controls how you are charged for read and write throughput and how you manage capacity.final BillingModeCreateTableRequest.billingMode()Controls how you are charged for read and write throughput and how you manage capacity.final BillingModeSourceTableDetails.billingMode()Controls how you are charged for read and write throughput and how you manage capacity.final BillingModeTableCreationParameters.billingMode()The billing mode for provisioning the table created as part of the import operation.final BillingModeUpdateTableRequest.billingMode()Controls how you are charged for read and write throughput and how you manage capacity.final BillingModeRestoreTableFromBackupRequest.billingModeOverride()The billing mode of the restored table.final BillingModeRestoreTableToPointInTimeRequest.billingModeOverride()The billing mode of the restored table.static BillingModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final BillingModeUpdateGlobalTableSettingsRequest.globalTableBillingMode()The billing mode of the global table.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.awssdk.services.dynamodb.model that return types with arguments of type BillingModeMethods in software.amazon.awssdk.services.dynamodb.model with parameters of type BillingModeModifier and TypeMethodDescriptionBillingModeSummary.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.CreateTableRequest.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.SourceTableDetails.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.TableCreationParameters.Builder.billingMode(BillingMode billingMode) The billing mode for provisioning the table created as part of the import operation.UpdateTableRequest.Builder.billingMode(BillingMode billingMode) Controls how you are charged for read and write throughput and how you manage capacity.RestoreTableFromBackupRequest.Builder.billingModeOverride(BillingMode billingModeOverride) The billing mode of the restored table.RestoreTableToPointInTimeRequest.Builder.billingModeOverride(BillingMode billingModeOverride) The billing mode of the restored table.UpdateGlobalTableSettingsRequest.Builder.globalTableBillingMode(BillingMode globalTableBillingMode) The billing mode of the global table.