Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightFeedback
-
Packages that use InsightFeedback Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightFeedback in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightFeedback Modifier and Type Method Description InsightFeedbackDescribeFeedbackResponse. insightFeedback()Returns the value of the InsightFeedback property for this object.InsightFeedbackPutFeedbackRequest. insightFeedback()The feedback from customers is about the recommendations in this insight.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightFeedback Modifier and Type Method Description DescribeFeedbackResponse.BuilderDescribeFeedbackResponse.Builder. insightFeedback(InsightFeedback insightFeedback)Sets the value of the InsightFeedback property for this object.PutFeedbackRequest.BuilderPutFeedbackRequest.Builder. insightFeedback(InsightFeedback insightFeedback)The feedback from customers is about the recommendations in this insight.
-