| Package | Description |
|---|---|
| com.amazonaws.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySpecification |
CapacitySpecification.clone() |
CapacitySpecification |
UpdateTableRequest.getCapacitySpecification()
Modifies the read/write throughput capacity mode for the table.
|
CapacitySpecification |
CreateTableRequest.getCapacitySpecification()
Specifies the read/write throughput capacity mode for the table.
|
CapacitySpecification |
RestoreTableRequest.getCapacitySpecificationOverride()
Specifies the read/write throughput capacity mode for the target table.
|
CapacitySpecification |
CapacitySpecification.withReadCapacityUnits(Long readCapacityUnits)
The throughput capacity specified for
read operations defined in read capacity units
(RCUs). |
CapacitySpecification |
CapacitySpecification.withThroughputMode(String throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecification |
CapacitySpecification.withThroughputMode(ThroughputMode throughputMode)
The read/write throughput capacity mode for a table.
|
CapacitySpecification |
CapacitySpecification.withWriteCapacityUnits(Long writeCapacityUnits)
The throughput capacity specified for
write operations defined in write capacity units
(WCUs). |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setCapacitySpecification(CapacitySpecification capacitySpecification)
Modifies the read/write throughput capacity mode for the table.
|
void |
CreateTableRequest.setCapacitySpecification(CapacitySpecification capacitySpecification)
Specifies the read/write throughput capacity mode for the table.
|
void |
RestoreTableRequest.setCapacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
UpdateTableRequest |
UpdateTableRequest.withCapacitySpecification(CapacitySpecification capacitySpecification)
Modifies the read/write throughput capacity mode for the table.
|
CreateTableRequest |
CreateTableRequest.withCapacitySpecification(CapacitySpecification capacitySpecification)
Specifies the read/write throughput capacity mode for the table.
|
RestoreTableRequest |
RestoreTableRequest.withCapacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
Copyright © 2022. All rights reserved.