Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.FeedbackValueType
-
Packages that use FeedbackValueType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of FeedbackValueType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return FeedbackValueType Modifier and Type Method Description FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest. feedbackValue()Your feedback to the authentication event.FeedbackValueTypeEventFeedbackType. feedbackValue()Your feedback to the authentication event.FeedbackValueTypeUpdateAuthEventFeedbackRequest. feedbackValue()Your feedback to the authentication event.static FeedbackValueTypeFeedbackValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FeedbackValueTypeFeedbackValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedbackValueType[]FeedbackValueType. 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 FeedbackValueType Modifier and Type Method Description static Set<FeedbackValueType>FeedbackValueType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type FeedbackValueType Modifier and Type Method Description AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. feedbackValue(FeedbackValueType feedbackValue)Your feedback to the authentication event.EventFeedbackType.BuilderEventFeedbackType.Builder. feedbackValue(FeedbackValueType feedbackValue)Your feedback to the authentication event.UpdateAuthEventFeedbackRequest.BuilderUpdateAuthEventFeedbackRequest.Builder. feedbackValue(FeedbackValueType feedbackValue)Your feedback to the authentication event.
-