Uses of Class
software.amazon.awssdk.services.dynamodb.model.BillingModeSummary
-
Packages that use BillingModeSummary Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of BillingModeSummary in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BillingModeSummary Modifier and Type Method Description BillingModeSummary
TableDescription. billingModeSummary()
Contains the details for the read/write capacity mode.BillingModeSummary
ReplicaSettingsDescription. replicaBillingModeSummary()
The read/write capacity mode of the replica.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BillingModeSummary Modifier and Type Method Description TableDescription.Builder
TableDescription.Builder. billingModeSummary(BillingModeSummary billingModeSummary)
Contains the details for the read/write capacity mode.ReplicaSettingsDescription.Builder
ReplicaSettingsDescription.Builder. replicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
-