Uses of Class
software.amazon.awssdk.services.lambda.model.EventSourceMappingMetric
-
Packages that use EventSourceMappingMetric Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EventSourceMappingMetric in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EventSourceMappingMetric Modifier and Type Method Description static EventSourceMappingMetric
EventSourceMappingMetric. fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceMappingMetric
EventSourceMappingMetric. valueOf(String name)
Returns 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 EventSourceMappingMetric Modifier and Type Method Description static Set<EventSourceMappingMetric>
EventSourceMappingMetric. knownValues()
List<EventSourceMappingMetric>
EventSourceMappingMetricsConfig. metrics()
The metrics you want your event source mapping to produce.Methods in software.amazon.awssdk.services.lambda.model with parameters of type EventSourceMappingMetric Modifier and Type Method Description EventSourceMappingMetricsConfig.Builder
EventSourceMappingMetricsConfig.Builder. metrics(EventSourceMappingMetric... metrics)
The metrics you want your event source mapping to produce.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EventSourceMappingMetric Modifier and Type Method Description EventSourceMappingMetricsConfig.Builder
EventSourceMappingMetricsConfig.Builder. metrics(Collection<EventSourceMappingMetric> metrics)
The metrics you want your event source mapping to produce.
-