Uses of Class
com.amazonaws.services.kinesis.model.EnhancedMetrics
Packages that use EnhancedMetrics
-
Uses of EnhancedMetrics in com.amazonaws.services.kinesis.model
Methods in com.amazonaws.services.kinesis.model that return EnhancedMetricsModifier and TypeMethodDescriptionEnhancedMetrics.clone()EnhancedMetrics.withShardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics.EnhancedMetrics.withShardLevelMetrics(String... shardLevelMetrics) List of shard-level metrics.EnhancedMetrics.withShardLevelMetrics(Collection<String> shardLevelMetrics) List of shard-level metrics.Methods in com.amazonaws.services.kinesis.model that return types with arguments of type EnhancedMetricsModifier and TypeMethodDescriptionStreamDescription.getEnhancedMonitoring()Represents the current enhanced monitoring settings of the stream.Methods in com.amazonaws.services.kinesis.model with parameters of type EnhancedMetricsModifier and TypeMethodDescriptionStreamDescription.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 EnhancedMetricsModifier and TypeMethodDescriptionvoidStreamDescription.setEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.StreamDescription.withEnhancedMonitoring(Collection<EnhancedMetrics> enhancedMonitoring) Represents the current enhanced monitoring settings of the stream.