Uses of Interface
software.amazon.awscdk.services.dynamodb.WarmThroughput
Packages that use WarmThroughput
-
Uses of WarmThroughput in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement WarmThroughputMethods in software.amazon.awscdk.services.dynamodb that return WarmThroughputModifier and TypeMethodDescriptionWarmThroughput.Builder.build()Builds the configured instance.default WarmThroughputGlobalSecondaryIndexProps.getWarmThroughput()The warm throughput configuration for the global secondary index.final WarmThroughputGlobalSecondaryIndexProps.Jsii$Proxy.getWarmThroughput()default WarmThroughputGlobalSecondaryIndexPropsV2.getWarmThroughput()The warm throughput configuration for the global secondary index.final WarmThroughputGlobalSecondaryIndexPropsV2.Jsii$Proxy.getWarmThroughput()default WarmThroughputTableOptions.getWarmThroughput()Specify values to pre-warm you DynamoDB Table Warm Throughput feature is not available for Global Table replicas using theTableconstruct.final WarmThroughputTableOptions.Jsii$Proxy.getWarmThroughput()final WarmThroughputTableProps.Jsii$Proxy.getWarmThroughput()default WarmThroughputTablePropsV2.getWarmThroughput()The warm throughput configuration for the table.final WarmThroughputTablePropsV2.Jsii$Proxy.getWarmThroughput()Methods in software.amazon.awscdk.services.dynamodb with parameters of type WarmThroughputModifier and TypeMethodDescriptionGlobalSecondaryIndexProps.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofGlobalSecondaryIndexProps.getWarmThroughput()GlobalSecondaryIndexPropsV2.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofGlobalSecondaryIndexPropsV2.getWarmThroughput()Table.Builder.warmThroughput(WarmThroughput warmThroughput) Specify values to pre-warm you DynamoDB Table Warm Throughput feature is not available for Global Table replicas using theTableconstruct.TableOptions.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofTableOptions.getWarmThroughput()TableProps.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofTableOptions.getWarmThroughput()TablePropsV2.Builder.warmThroughput(WarmThroughput warmThroughput) Sets the value ofTablePropsV2.getWarmThroughput()TableV2.Builder.warmThroughput(WarmThroughput warmThroughput) The warm throughput configuration for the table.