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()The authentication event feedback value.FeedbackValueTypeEventFeedbackType. feedbackValue()The authentication event feedback value.FeedbackValueTypeUpdateAuthEventFeedbackRequest. feedbackValue()The authentication event feedback value.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)The authentication event feedback value.EventFeedbackType.BuilderEventFeedbackType.Builder. feedbackValue(FeedbackValueType feedbackValue)The authentication event feedback value.UpdateAuthEventFeedbackRequest.BuilderUpdateAuthEventFeedbackRequest.Builder. feedbackValue(FeedbackValueType feedbackValue)The authentication event feedback value.
-