Uses of Class
software.amazon.awscdk.services.dynamodb.Capacity
Packages that use Capacity
-
Uses of Capacity in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return CapacityModifier and TypeMethodDescriptionstatic CapacityCapacity.autoscaled(AutoscaledCapacityOptions options) Dynamically adjusts provisioned throughput capacity on your behalf in response to actual traffic patterns.static CapacityProvisioned throughput capacity is configured with fixed capacity units.default CapacityGlobalSecondaryIndexPropsV2.getReadCapacity()The read capacity.final CapacityGlobalSecondaryIndexPropsV2.Jsii$Proxy.getReadCapacity()default CapacityReplicaGlobalSecondaryIndexOptions.getReadCapacity()The read capacity for a specific global secondary index on a replica table.final CapacityReplicaGlobalSecondaryIndexOptions.Jsii$Proxy.getReadCapacity()default CapacityReplicaTableProps.getReadCapacity()The read capacity.final CapacityReplicaTableProps.Jsii$Proxy.getReadCapacity()ThroughputProps.getReadCapacity()The read capacity.final CapacityThroughputProps.Jsii$Proxy.getReadCapacity()default CapacityGlobalSecondaryIndexPropsV2.getWriteCapacity()The write capacity.final CapacityGlobalSecondaryIndexPropsV2.Jsii$Proxy.getWriteCapacity()ThroughputProps.getWriteCapacity()The write capacity.final CapacityThroughputProps.Jsii$Proxy.getWriteCapacity()Methods in software.amazon.awscdk.services.dynamodb with parameters of type CapacityModifier and TypeMethodDescriptionGlobalSecondaryIndexPropsV2.Builder.readCapacity(Capacity readCapacity) Sets the value ofGlobalSecondaryIndexPropsV2.getReadCapacity()ReplicaGlobalSecondaryIndexOptions.Builder.readCapacity(Capacity readCapacity) Sets the value ofReplicaGlobalSecondaryIndexOptions.getReadCapacity()ReplicaTableProps.Builder.readCapacity(Capacity readCapacity) Sets the value ofReplicaTableProps.getReadCapacity()ThroughputProps.Builder.readCapacity(Capacity readCapacity) Sets the value ofThroughputProps.getReadCapacity()GlobalSecondaryIndexPropsV2.Builder.writeCapacity(Capacity writeCapacity) Sets the value ofGlobalSecondaryIndexPropsV2.getWriteCapacity()ThroughputProps.Builder.writeCapacity(Capacity writeCapacity) Sets the value ofThroughputProps.getWriteCapacity()