Uses of Interface
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.OnDemandThroughputProperty
Packages that use CfnTablePropsMixin.OnDemandThroughputProperty
-
Uses of CfnTablePropsMixin.OnDemandThroughputProperty in software.amazon.awscdk.cfnpropertymixins.services.dynamodb
Classes in software.amazon.awscdk.cfnpropertymixins.services.dynamodb that implement CfnTablePropsMixin.OnDemandThroughputPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnTablePropsMixin.OnDemandThroughputPropertyMethods in software.amazon.awscdk.cfnpropertymixins.services.dynamodb that return CfnTablePropsMixin.OnDemandThroughputPropertyModifier and TypeMethodDescriptionCfnTablePropsMixin.OnDemandThroughputProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.cfnpropertymixins.services.dynamodb with parameters of type CfnTablePropsMixin.OnDemandThroughputPropertyModifier and TypeMethodDescriptionCfnTableMixinProps.Builder.onDemandThroughput(CfnTablePropsMixin.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTableMixinProps.getOnDemandThroughput()CfnTablePropsMixin.Builder.onDemandThroughput(CfnTablePropsMixin.OnDemandThroughputProperty onDemandThroughput) Sets the maximum number of read and write units for the specified on-demand table.CfnTablePropsMixin.GlobalSecondaryIndexProperty.Builder.onDemandThroughput(CfnTablePropsMixin.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTablePropsMixin.GlobalSecondaryIndexProperty.getOnDemandThroughput()