Uses of Enum
com.amazonaws.services.config.model.EventSource
Packages that use EventSource
-
Uses of EventSource in com.amazonaws.services.config.model
Subclasses with type arguments of type EventSource in com.amazonaws.services.config.modelMethods in com.amazonaws.services.config.model that return EventSourceModifier and TypeMethodDescriptionstatic EventSourceUse this in place of valueOf.static EventSourceReturns the enum constant of this type with the specified name.static EventSource[]EventSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.config.model with parameters of type EventSourceModifier and TypeMethodDescriptionvoidSourceDetail.setEventSource(EventSource eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetail.withEventSource(EventSource eventSource) The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.