Uses of Enum
software.amazon.awssdk.services.kinesis.model.MetricsName
Packages that use MetricsName
-
Uses of MetricsName in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return MetricsNameModifier and TypeMethodDescriptionstatic MetricsNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.kinesis.model that return types with arguments of type MetricsNameModifier and TypeMethodDescriptionfinal List<MetricsName>DisableEnhancedMonitoringResponse.currentShardLevelMetrics()Represents the current state of the metrics that are in the enhanced state before the operation.final List<MetricsName>EnableEnhancedMonitoringResponse.currentShardLevelMetrics()Represents the current state of the metrics that are in the enhanced state before the operation.final List<MetricsName>DisableEnhancedMonitoringResponse.desiredShardLevelMetrics()Represents the list of all the metrics that would be in the enhanced state after the operation.final 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()final List<MetricsName>DisableEnhancedMonitoringRequest.shardLevelMetrics()List of shard-level metrics to disable.final List<MetricsName>EnableEnhancedMonitoringRequest.shardLevelMetrics()List of shard-level metrics to enable.final List<MetricsName>EnhancedMetrics.shardLevelMetrics()List of shard-level metrics.Methods in software.amazon.awssdk.services.kinesis.model with parameters of type MetricsNameModifier and TypeMethodDescriptionDisableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(MetricsName... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(MetricsName... currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringRequest.Builder.shardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics to disable.EnableEnhancedMonitoringRequest.Builder.shardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics to enable.EnhancedMetrics.Builder.shardLevelMetrics(MetricsName... shardLevelMetrics) List of shard-level metrics.Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type MetricsNameModifier and TypeMethodDescriptionDisableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.EnableEnhancedMonitoringResponse.Builder.currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics) Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.EnableEnhancedMonitoringResponse.Builder.desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics) Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringRequest.Builder.shardLevelMetrics(Collection<MetricsName> shardLevelMetrics) List of shard-level metrics to disable.EnableEnhancedMonitoringRequest.Builder.shardLevelMetrics(Collection<MetricsName> shardLevelMetrics) List of shard-level metrics to enable.EnhancedMetrics.Builder.shardLevelMetrics(Collection<MetricsName> shardLevelMetrics) List of shard-level metrics.