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 BillingModeSummaryTableDescription. billingModeSummary()Contains the details for the read/write capacity mode.BillingModeSummaryReplicaSettingsDescription. 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.BuilderTableDescription.Builder. billingModeSummary(BillingModeSummary billingModeSummary)Contains the details for the read/write capacity mode.ReplicaSettingsDescription.BuilderReplicaSettingsDescription.Builder. replicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)The read/write capacity mode of the replica.
-