Uses of Class
software.amazon.awssdk.services.keyspaces.model.CapacitySpecificationSummary
-
Packages that use CapacitySpecificationSummary Package Description software.amazon.awssdk.services.keyspaces.model -
-
Uses of CapacitySpecificationSummary in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return CapacitySpecificationSummary Modifier and Type Method Description CapacitySpecificationSummaryGetTableResponse. capacitySpecification()The read/write throughput capacity mode for a table.CapacitySpecificationSummaryReplicaSpecificationSummary. capacitySpecification()Returns the value of the CapacitySpecification property for this object.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type CapacitySpecificationSummary Modifier and Type Method Description GetTableResponse.BuilderGetTableResponse.Builder. capacitySpecification(CapacitySpecificationSummary capacitySpecification)The read/write throughput capacity mode for a table.ReplicaSpecificationSummary.BuilderReplicaSpecificationSummary.Builder. capacitySpecification(CapacitySpecificationSummary capacitySpecification)Sets the value of the CapacitySpecification property for this object.
-