| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
CapacitySpecification |
CreateTableRequest.capacitySpecification()
Specifies the read/write throughput capacity mode for the table.
|
CapacitySpecification |
UpdateTableRequest.capacitySpecification()
Modifies the read/write throughput capacity mode for the table.
|
CapacitySpecification |
RestoreTableRequest.capacitySpecificationOverride()
Specifies the read/write throughput capacity mode for the target table.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTableRequest.Builder |
CreateTableRequest.Builder.capacitySpecification(CapacitySpecification capacitySpecification)
Specifies the read/write throughput capacity mode for the table.
|
UpdateTableRequest.Builder |
UpdateTableRequest.Builder.capacitySpecification(CapacitySpecification capacitySpecification)
Modifies the read/write throughput capacity mode for the table.
|
RestoreTableRequest.Builder |
RestoreTableRequest.Builder.capacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)
Specifies the read/write throughput capacity mode for the target table.
|
Copyright © 2022. All rights reserved.