| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| com.amazonaws.services.cognitoidentityprovider.model |
Classes modeling the various types represented by AmazonCognitoIdentityProvider
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthEventFeedbackResult |
AmazonCognitoIdentityProviderClient.updateAuthEventFeedback(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest)
Provides the feedback for an authentication event whether it was from a
valid user or not.
|
UpdateAuthEventFeedbackResult |
AmazonCognitoIdentityProvider.updateAuthEventFeedback(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest)
Provides the feedback for an authentication event whether it was from a
valid user or not.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withEventId(String eventId)
The event ID.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withFeedbackToken(String feedbackToken)
The feedback token.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withFeedbackValue(FeedbackValueType feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withFeedbackValue(String feedbackValue)
The authentication event feedback value.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withUsername(String username)
The user pool username.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withUserPoolId(String userPoolId)
The user pool ID.
|
Copyright © 2020. All rights reserved.