Uses of Enum
software.amazon.awssdk.services.ses.model.EventType
Packages that use EventType
-
Uses of EventType in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventTypeReturns the enum constant of this type with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type EventTypeModifier and TypeMethodDescriptionEventType.knownValues()EventDestination.matchingEventTypes()The type of email sending events to publish to the event destination.Methods in software.amazon.awssdk.services.ses.model with parameters of type EventTypeModifier and TypeMethodDescriptionEventDestination.Builder.matchingEventTypes(EventType... matchingEventTypes) The type of email sending events to publish to the event destination.Method parameters in software.amazon.awssdk.services.ses.model with type arguments of type EventTypeModifier and TypeMethodDescriptionEventDestination.Builder.matchingEventTypes(Collection<EventType> matchingEventTypes) The type of email sending events to publish to the event destination.