Uses of Class
software.amazon.awssdk.services.qconnect.model.ContentFeedbackData.Type
-
Packages that use ContentFeedbackData.Type Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of ContentFeedbackData.Type in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return ContentFeedbackData.Type Modifier and Type Method Description ContentFeedbackData.TypeContentFeedbackData. type()Retrieve an enum value representing which member of this object is populated.static ContentFeedbackData.TypeContentFeedbackData.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentFeedbackData.Type[]ContentFeedbackData.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-