| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySpecificationSummary |
CapacitySpecificationSummary.clone() |
CapacitySpecificationSummary |
GetTableResult.getCapacitySpecification()
The read/write throughput capacity mode for a table.
|
CapacitySpecificationSummary |
CapacitySpecificationSummary.withLastUpdateToPayPerRequestTimestamp(Date lastUpdateToPayPerRequestTimestamp)
The timestamp of the last operation that changed the provisioned throughput capacity of a table.
|
CapacitySpecificationSummary |
CapacitySpecificationSummary.withReadCapacityUnits(Long readCapacityUnits)
The throughput capacity specified for
read operations defined in read capacity units
(RCUs). |
CapacitySpecificationSummary |
CapacitySpecificationSummary.withThroughputMode(String throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecificationSummary |
CapacitySpecificationSummary.withThroughputMode(ThroughputMode throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecificationSummary |
CapacitySpecificationSummary.withWriteCapacityUnits(Long writeCapacityUnits)
The throughput capacity specified for
write operations defined in write capacity units
(WCUs). |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTableResult.setCapacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table.
|
GetTableResult |
GetTableResult.withCapacitySpecification(CapacitySpecificationSummary capacitySpecification)
The read/write throughput capacity mode for a table.
|
Copyright © 2022. All rights reserved.