| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
Using the Amazon Cognito User Pools API, you can create a user pool to manage directories and users.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateAuthEventFeedbackResponse |
CognitoIdentityProviderClient.updateAuthEventFeedback(Consumer<UpdateAuthEventFeedbackRequest.Builder> updateAuthEventFeedbackRequest)
Provides the feedback for an authentication event whether it was from a valid user or not.
|
default UpdateAuthEventFeedbackResponse |
CognitoIdentityProviderClient.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 |
|---|---|
default CompletableFuture<UpdateAuthEventFeedbackResponse> |
CognitoIdentityProviderAsyncClient.updateAuthEventFeedback(Consumer<UpdateAuthEventFeedbackRequest.Builder> updateAuthEventFeedbackRequest)
Provides the feedback for an authentication event whether it was from a valid user or not.
|
default CompletableFuture<UpdateAuthEventFeedbackResponse> |
CognitoIdentityProviderAsyncClient.updateAuthEventFeedback(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest)
Provides the feedback for an authentication event whether it was from a valid user or not.
|
Copyright © 2020. All rights reserved.