Uses of Class
software.amazon.awssdk.services.keyspaces.model.CapacitySpecification
-
Packages that use CapacitySpecification Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of CapacitySpecification in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return CapacitySpecification Modifier and Type Method Description CapacitySpecificationCreateTableRequest. capacitySpecification()Specifies the read/write throughput capacity mode for the table.CapacitySpecificationUpdateTableRequest. capacitySpecification()Modifies the read/write throughput capacity mode for the table.CapacitySpecificationRestoreTableRequest. capacitySpecificationOverride()Specifies the read/write throughput capacity mode for the target table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type CapacitySpecification Modifier and Type Method Description CreateTableRequest.BuilderCreateTableRequest.Builder. capacitySpecification(CapacitySpecification capacitySpecification)Specifies the read/write throughput capacity mode for the table.UpdateTableRequest.BuilderUpdateTableRequest.Builder. capacitySpecification(CapacitySpecification capacitySpecification)Modifies the read/write throughput capacity mode for the table.RestoreTableRequest.BuilderRestoreTableRequest.Builder. capacitySpecificationOverride(CapacitySpecification capacitySpecificationOverride)Specifies the read/write throughput capacity mode for the target table.
-