| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider |
With the Amazon Cognito user pools API, you can set up user pools and app clients, and authenticate 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 © 2023. All rights reserved.