Uses of Enum
software.amazon.awscdk.services.kinesis.ShardLevelMetrics
Packages that use ShardLevelMetrics
-
Uses of ShardLevelMetrics in software.amazon.awscdk.services.kinesis
Methods in software.amazon.awscdk.services.kinesis that return ShardLevelMetricsModifier and TypeMethodDescriptionstatic ShardLevelMetricsReturns the enum constant of this type with the specified name.static ShardLevelMetrics[]ShardLevelMetrics.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.kinesis that return types with arguments of type ShardLevelMetricsModifier and TypeMethodDescriptiondefault List<ShardLevelMetrics> StreamProps.getShardLevelMetrics()A list of shard-level metrics in properties to enable enhanced monitoring mode.final List<ShardLevelMetrics> StreamProps.Jsii$Proxy.getShardLevelMetrics()Method parameters in software.amazon.awscdk.services.kinesis with type arguments of type ShardLevelMetricsModifier and TypeMethodDescriptionStream.Builder.shardLevelMetrics(List<? extends ShardLevelMetrics> shardLevelMetrics) A list of shard-level metrics in properties to enable enhanced monitoring mode.StreamProps.Builder.shardLevelMetrics(List<? extends ShardLevelMetrics> shardLevelMetrics) Sets the value ofStreamProps.getShardLevelMetrics()