Uses of Class
software.amazon.awssdk.services.kinesis.model.MetricsName
-
Packages that use MetricsName Package Description software.amazon.awssdk.services.kinesis.model -
-
Uses of MetricsName in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return MetricsName Modifier and Type Method Description static MetricsNameMetricsName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MetricsNameMetricsName. valueOf(String name)Returns 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 software.amazon.awssdk.services.kinesis.model that return types with arguments of type MetricsName Modifier and Type Method Description List<MetricsName>DisableEnhancedMonitoringResponse. currentShardLevelMetrics()Represents the current state of the metrics that are in the enhanced state before the operation.List<MetricsName>EnableEnhancedMonitoringResponse. currentShardLevelMetrics()Represents the current state of the metrics that are in the enhanced state before the operation.List<MetricsName>DisableEnhancedMonitoringResponse. desiredShardLevelMetrics()Represents the list of all the metrics that would be in the enhanced state after the operation.List<MetricsName>EnableEnhancedMonitoringResponse. desiredShardLevelMetrics()Represents the list of all the metrics that would be in the enhanced state after the operation.static Set<MetricsName>MetricsName. knownValues()List<MetricsName>DisableEnhancedMonitoringRequest. shardLevelMetrics()List of shard-level metrics to disable.List<MetricsName>EnableEnhancedMonitoringRequest. shardLevelMetrics()List of shard-level metrics to enable.List<MetricsName>EnhancedMetrics. shardLevelMetrics()List of shard-level metrics.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type MetricsName Modifier and Type Method Description DisableEnhancedMonitoringResponse.BuilderDisableEnhancedMonitoringResponse.Builder. currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.BuilderEnableEnhancedMonitoringResponse.Builder. currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.BuilderDisableEnhancedMonitoringResponse.Builder. desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.BuilderEnableEnhancedMonitoringResponse.Builder. desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringRequest.BuilderDisableEnhancedMonitoringRequest.Builder. shardLevelMetrics(MetricsName... shardLevelMetrics)List of shard-level metrics to disable.EnableEnhancedMonitoringRequest.BuilderEnableEnhancedMonitoringRequest.Builder. shardLevelMetrics(MetricsName... shardLevelMetrics)List of shard-level metrics to enable.EnhancedMetrics.BuilderEnhancedMetrics.Builder. shardLevelMetrics(MetricsName... shardLevelMetrics)List of shard-level metrics.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type MetricsName Modifier and Type Method Description DisableEnhancedMonitoringResponse.BuilderDisableEnhancedMonitoringResponse.Builder. currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics)Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.BuilderEnableEnhancedMonitoringResponse.Builder. currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics)Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.BuilderDisableEnhancedMonitoringResponse.Builder. desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics)Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.BuilderEnableEnhancedMonitoringResponse.Builder. desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics)Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringRequest.BuilderDisableEnhancedMonitoringRequest.Builder. shardLevelMetrics(Collection<MetricsName> shardLevelMetrics)List of shard-level metrics to disable.EnableEnhancedMonitoringRequest.BuilderEnableEnhancedMonitoringRequest.Builder. shardLevelMetrics(Collection<MetricsName> shardLevelMetrics)List of shard-level metrics to enable.EnhancedMetrics.BuilderEnhancedMetrics.Builder. shardLevelMetrics(Collection<MetricsName> shardLevelMetrics)List of shard-level metrics.
-