Uses of Enum
com.amazonaws.services.kinesis.model.MetricsName
Packages that use MetricsName
-
Uses of MetricsName in com.amazonaws.services.kinesis.model
Subclasses with type arguments of type MetricsName in com.amazonaws.services.kinesis.modelMethods in com.amazonaws.services.kinesis.model that return MetricsNameModifier and TypeMethodDescriptionstatic MetricsNameUse this in place of valueOf.static MetricsNameReturns the enum constant of this type with the specified name.static MetricsName[]MetricsName.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.kinesis.model with parameters of type MetricsNameModifier and TypeMethodDescriptionDisableEnhancedMonitoringResult.withCurrentShardLevelMetrics(MetricsName... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResult.withCurrentShardLevelMetrics(MetricsName... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResult.withDesiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResult.withDesiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringRequest.withShardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics to disable.EnableEnhancedMonitoringRequest.withShardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics to enable.EnhancedMetrics.withShardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics.