Uses of Class
software.amazon.awssdk.services.dynamodb.model.BillingModeSummary
Packages that use BillingModeSummary
-
Uses of BillingModeSummary in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return BillingModeSummaryModifier and TypeMethodDescriptionfinal BillingModeSummaryTableDescription.billingModeSummary()Contains the details for the read/write capacity mode.final BillingModeSummaryReplicaSettingsDescription.replicaBillingModeSummary()The read/write capacity mode of the replica.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type BillingModeSummaryModifier and TypeMethodDescriptionTableDescription.Builder.billingModeSummary(BillingModeSummary billingModeSummary) Contains the details for the read/write capacity mode.ReplicaSettingsDescription.Builder.replicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary) The read/write capacity mode of the replica.