Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.FeedbackType
-
Packages that use FeedbackType Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of FeedbackType in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return FeedbackType Modifier and Type Method Description static FeedbackTypeFeedbackType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FeedbackTypeSubmitFeedbackRequest. type()The feedback tpye.FeedbackTypeUserFeedback. type()OptionalPositiveorNegativefeedback submitted by the user about whether the recommendation is useful or not.static FeedbackTypeFeedbackType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedbackType[]FeedbackType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type FeedbackType Modifier and Type Method Description static Set<FeedbackType>FeedbackType. knownValues()Methods in software.amazon.awssdk.services.codeguruprofiler.model with parameters of type FeedbackType Modifier and Type Method Description SubmitFeedbackRequest.BuilderSubmitFeedbackRequest.Builder. type(FeedbackType type)The feedback tpye.UserFeedback.BuilderUserFeedback.Builder. type(FeedbackType type)OptionalPositiveorNegativefeedback submitted by the user about whether the recommendation is useful or not.
-