Uses of Class
com.amazonaws.services.config.model.EventSource
-
Packages that use EventSource Package Description com.amazonaws.services.config.model -
-
Uses of EventSource in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return EventSource Modifier and Type Method Description static EventSource
EventSource. fromValue(String value)
Use this in place of valueOf.static EventSource
EventSource. valueOf(String name)
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 EventSource Modifier and Type Method Description void
SourceDetail. setEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.SourceDetail
SourceDetail. withEventSource(EventSource eventSource)
The source of the event, such as an AWS service, that triggers AWS Config to evaluate your AWS resources.
-