| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp |
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAuthEventFeedbackResult> |
AbstractAWSCognitoIdentityProviderAsync.updateAuthEventFeedbackAsync(UpdateAuthEventFeedbackRequest request,
AsyncHandler<UpdateAuthEventFeedbackRequest,UpdateAuthEventFeedbackResult> asyncHandler) |
Future<UpdateAuthEventFeedbackResult> |
AWSCognitoIdentityProviderAsyncClient.updateAuthEventFeedbackAsync(UpdateAuthEventFeedbackRequest request,
AsyncHandler<UpdateAuthEventFeedbackRequest,UpdateAuthEventFeedbackResult> asyncHandler) |
Future<UpdateAuthEventFeedbackResult> |
AWSCognitoIdentityProviderAsync.updateAuthEventFeedbackAsync(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest,
AsyncHandler<UpdateAuthEventFeedbackRequest,UpdateAuthEventFeedbackResult> asyncHandler)
Provides the feedback for an authentication event, whether it was from a valid user or not.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.clone() |
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 username of the user that you want to query or modify.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withUserPoolId(String userPoolId)
The user pool ID.
|
Copyright © 2024. All rights reserved.