Uses of Class
software.amazon.awscdk.services.dynamodb.Capacity
-
Uses of Capacity in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic Capacity
Capacity.autoscaled
(AutoscaledCapacityOptions options) Dynamically adjusts provisioned throughput capacity on your behalf in response to actual traffic patterns.static Capacity
Provisioned throughput capacity is configured with fixed capacity units.default Capacity
GlobalSecondaryIndexPropsV2.getReadCapacity()
The read capacity.final Capacity
GlobalSecondaryIndexPropsV2.Jsii$Proxy.getReadCapacity()
default Capacity
ReplicaGlobalSecondaryIndexOptions.getReadCapacity()
The read capacity for a specific global secondary index on a replica table.final Capacity
ReplicaGlobalSecondaryIndexOptions.Jsii$Proxy.getReadCapacity()
default Capacity
ReplicaTableProps.getReadCapacity()
The read capacity.final Capacity
ReplicaTableProps.Jsii$Proxy.getReadCapacity()
ThroughputProps.getReadCapacity()
The read capacity.final Capacity
ThroughputProps.Jsii$Proxy.getReadCapacity()
default Capacity
GlobalSecondaryIndexPropsV2.getWriteCapacity()
The write capacity.final Capacity
GlobalSecondaryIndexPropsV2.Jsii$Proxy.getWriteCapacity()
ThroughputProps.getWriteCapacity()
The write capacity.final Capacity
ThroughputProps.Jsii$Proxy.getWriteCapacity()
Modifier 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()