| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static FeedbackType |
FeedbackType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FeedbackType |
SubmitFeedbackRequest.type()
The feedback tpye.
|
FeedbackType |
UserFeedback.type()
Optional
Positive or Negative feedback submitted by the user about whether the
recommendation is useful or not. |
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 |
|---|---|
static Set<FeedbackType> |
FeedbackType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SubmitFeedbackRequest.Builder |
SubmitFeedbackRequest.Builder.type(FeedbackType type)
The feedback tpye.
|
UserFeedback.Builder |
UserFeedback.Builder.type(FeedbackType type)
Optional
Positive or Negative feedback submitted by the user about whether the
recommendation is useful or not. |
Copyright © 2023. All rights reserved.