Uses of Enum
com.amazonaws.services.config.model.EventSource
Packages that use EventSource
-
Uses of EventSource in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EventSourceModifier and TypeMethodDescriptionstatic EventSource
Use this in place of valueOf.static EventSource
Returns 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 TypeMethodDescriptionvoid
SourceDetail.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.