Uses of Class
com.amazonaws.services.kinesis.model.EnhancedMetrics
-
Packages that use EnhancedMetrics Package Description com.amazonaws.services.kinesis.model -
-
Uses of EnhancedMetrics in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return EnhancedMetrics Modifier and Type Method Description EnhancedMetrics
EnhancedMetrics. clone()
EnhancedMetrics
EnhancedMetrics. withShardLevelMetrics(MetricsName... shardLevelMetrics)
List of shard-level metrics.EnhancedMetrics
EnhancedMetrics. withShardLevelMetrics(String... shardLevelMetrics)
List of shard-level metrics.EnhancedMetrics
EnhancedMetrics. withShardLevelMetrics(Collection<String> shardLevelMetrics)
List of shard-level metrics.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type EnhancedMetrics Modifier and Type Method Description List<EnhancedMetrics>
StreamDescription. getEnhancedMonitoring()
Represents the current enhanced monitoring settings of the stream.Methods in com.amazonaws.services.kinesis.model with parameters of type EnhancedMetrics Modifier and Type Method Description StreamDescription
StreamDescription. withEnhancedMonitoring(EnhancedMetrics... enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.Method parameters in com.amazonaws.services.kinesis.model with type arguments of type EnhancedMetrics Modifier and Type Method Description void
StreamDescription. setEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.StreamDescription
StreamDescription. withEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring)
Represents the current enhanced monitoring settings of the stream.
-