Package | Description |
---|---|
com.amazonaws.services.cognitoidp |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<UpdateAuthEventFeedbackResult> |
AbstractAWSCognitoIdentityProviderAsync.updateAuthEventFeedbackAsync(UpdateAuthEventFeedbackRequest request,
AsyncHandler<UpdateAuthEventFeedbackRequest,UpdateAuthEventFeedbackResult> asyncHandler) |
Future<UpdateAuthEventFeedbackResult> |
AWSCognitoIdentityProviderAsyncClient.updateAuthEventFeedbackAsync(UpdateAuthEventFeedbackRequest request,
AsyncHandler<UpdateAuthEventFeedbackRequest,UpdateAuthEventFeedbackResult> asyncHandler) |
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 user pool username.
|
UpdateAuthEventFeedbackRequest |
UpdateAuthEventFeedbackRequest.withUserPoolId(String userPoolId)
The user pool ID.
|
Copyright © 2021. All rights reserved.