Uses of Class
software.amazon.awssdk.services.connect.model.EventSourceName
-
Packages that use EventSourceName Package Description software.amazon.awssdk.services.connect.model -
-
Uses of EventSourceName in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return EventSourceName Modifier and Type Method Description EventSourceNameListRulesRequest. eventSourceName()The name of the event source.EventSourceNameRuleSummary. eventSourceName()The name of the event source.EventSourceNameRuleTriggerEventSource. eventSourceName()The name of the event source.static EventSourceNameEventSourceName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceNameEventSourceName. valueOf(String name)Returns the enum constant of this type with the specified name.static EventSourceName[]EventSourceName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type EventSourceName Modifier and Type Method Description static Set<EventSourceName>EventSourceName. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type EventSourceName Modifier and Type Method Description ListRulesRequest.BuilderListRulesRequest.Builder. eventSourceName(EventSourceName eventSourceName)The name of the event source.RuleSummary.BuilderRuleSummary.Builder. eventSourceName(EventSourceName eventSourceName)The name of the event source.RuleTriggerEventSource.BuilderRuleTriggerEventSource.Builder. eventSourceName(EventSourceName eventSourceName)The name of the event source.
-