Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.EventResponseType
Packages that use EventResponseType
-
Uses of EventResponseType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return EventResponseTypeModifier and TypeMethodDescriptionfinal EventResponseTypeAuthEventType.eventResponse()The event response.static EventResponseTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static EventResponseTypeReturns the enum constant of this type with the specified name.static EventResponseType[]EventResponseType.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 EventResponseTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type EventResponseTypeModifier and TypeMethodDescriptionAuthEventType.Builder.eventResponse(EventResponseType eventResponse) The event response.