Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.FeedbackValueType
Packages that use FeedbackValueType
-
Uses of FeedbackValueType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return FeedbackValueTypeModifier and TypeMethodDescriptionfinal FeedbackValueTypeAdminUpdateAuthEventFeedbackRequest.feedbackValue()Your feedback to the authentication event.final FeedbackValueTypeEventFeedbackType.feedbackValue()Your feedback to the authentication event.final FeedbackValueTypeUpdateAuthEventFeedbackRequest.feedbackValue()Your feedback to the authentication event.static FeedbackValueTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static FeedbackValueTypeReturns 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 FeedbackValueTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type FeedbackValueTypeModifier and TypeMethodDescriptionAdminUpdateAuthEventFeedbackRequest.Builder.feedbackValue(FeedbackValueType feedbackValue) Your feedback to the authentication event.EventFeedbackType.Builder.feedbackValue(FeedbackValueType feedbackValue) Your feedback to the authentication event.UpdateAuthEventFeedbackRequest.Builder.feedbackValue(FeedbackValueType feedbackValue) Your feedback to the authentication event.