Uses of Enum
software.amazon.awssdk.services.lambda.model.EventSourceMappingMetric
Packages that use EventSourceMappingMetric
-
Uses of EventSourceMappingMetric in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventSourceMappingMetricModifier and TypeMethodDescriptionstatic EventSourceMappingMetricUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceMappingMetricReturns the enum constant of this type with the specified name.static EventSourceMappingMetric[]EventSourceMappingMetric.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EventSourceMappingMetricModifier and TypeMethodDescriptionstatic Set<EventSourceMappingMetric>EventSourceMappingMetric.knownValues()final List<EventSourceMappingMetric>EventSourceMappingMetricsConfig.metrics()The metrics you want your event source mapping to produce, includingEventCount,ErrorCount,KafkaMetrics.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingMetricModifier and TypeMethodDescriptionEventSourceMappingMetricsConfig.Builder.metrics(EventSourceMappingMetric... metrics) The metrics you want your event source mapping to produce, includingEventCount,ErrorCount,KafkaMetrics.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EventSourceMappingMetricModifier and TypeMethodDescriptionEventSourceMappingMetricsConfig.Builder.metrics(Collection<EventSourceMappingMetric> metrics) The metrics you want your event source mapping to produce, includingEventCount,ErrorCount,KafkaMetrics.