Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.EventSourceName
Packages that use EventSourceName
-
Uses of EventSourceName in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EventSourceNameModifier and TypeMethodDescriptionfinal EventSourceNameLogConfigurationType.eventSource()The source of events that your user pool sends for logging.static EventSourceNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventSourceNameReturns 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.cognitoidentityprovider.model that return types with arguments of type EventSourceNameMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type EventSourceNameModifier and TypeMethodDescriptionLogConfigurationType.Builder.eventSource(EventSourceName eventSource) The source of events that your user pool sends for logging.