Uses of Class
software.amazon.awssdk.services.devopsguru.model.InsightFeedbackOption
-
Packages that use InsightFeedbackOption Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of InsightFeedbackOption in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return InsightFeedbackOption Modifier and Type Method Description InsightFeedbackOptionInsightFeedback. feedback()The feedback provided by the customer.static InsightFeedbackOptionInsightFeedbackOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static InsightFeedbackOptionInsightFeedbackOption. valueOf(String name)Returns the enum constant of this type with the specified name.static InsightFeedbackOption[]InsightFeedbackOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type InsightFeedbackOption Modifier and Type Method Description static Set<InsightFeedbackOption>InsightFeedbackOption. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type InsightFeedbackOption Modifier and Type Method Description InsightFeedback.BuilderInsightFeedback.Builder. feedback(InsightFeedbackOption feedback)The feedback provided by the customer.
-