Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
BillingModeSummary |
BillingModeSummary.clone() |
BillingModeSummary |
TableDescription.getBillingModeSummary()
Contains the details for the read/write capacity mode.
|
BillingModeSummary |
ReplicaSettingsDescription.getReplicaBillingModeSummary()
The read/write capacity mode of the replica.
|
BillingModeSummary |
BillingModeSummary.withBillingMode(BillingMode billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
BillingModeSummary |
BillingModeSummary.withBillingMode(String billingMode)
Controls how you are charged for read and write throughput and how you manage capacity.
|
BillingModeSummary |
BillingModeSummary.withLastUpdateToPayPerRequestDateTime(Date lastUpdateToPayPerRequestDateTime)
Represents the time when
PAY_PER_REQUEST was last set as the read/write capacity mode. |
Modifier and Type | Method and Description |
---|---|
void |
TableDescription.setBillingModeSummary(BillingModeSummary billingModeSummary)
Contains the details for the read/write capacity mode.
|
void |
ReplicaSettingsDescription.setReplicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
|
TableDescription |
TableDescription.withBillingModeSummary(BillingModeSummary billingModeSummary)
Contains the details for the read/write capacity mode.
|
ReplicaSettingsDescription |
ReplicaSettingsDescription.withReplicaBillingModeSummary(BillingModeSummary replicaBillingModeSummary)
The read/write capacity mode of the replica.
|
Copyright © 2024. All rights reserved.