| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackType |
FeedbackType.fromValue(String value)
Use this in place of valueOf.
|
static FeedbackType |
FeedbackType.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.
|
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedbackRequest |
SubmitFeedbackRequest.withType(FeedbackType type)
The feedback tpye.
|
UserFeedback |
UserFeedback.withType(FeedbackType type)
Optional
Positive or Negative feedback submitted by the user about whether the
recommendation is useful or not. |
Copyright © 2021. All rights reserved.