| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
FeedbackValueType |
EventFeedbackType.feedbackValue()
The event feedback value.
|
FeedbackValueType |
AdminUpdateAuthEventFeedbackRequest.feedbackValue()
The authentication event feedback value.
|
FeedbackValueType |
UpdateAuthEventFeedbackRequest.feedbackValue()
The authentication event feedback value.
|
static FeedbackValueType |
FeedbackValueType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FeedbackValueType |
FeedbackValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeedbackValueType[] |
FeedbackValueType.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<FeedbackValueType> |
FeedbackValueType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EventFeedbackType.Builder |
EventFeedbackType.Builder.feedbackValue(FeedbackValueType feedbackValue)
The event feedback value.
|
AdminUpdateAuthEventFeedbackRequest.Builder |
AdminUpdateAuthEventFeedbackRequest.Builder.feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest.Builder |
UpdateAuthEventFeedbackRequest.Builder.feedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
Copyright © 2021. All rights reserved.