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