| 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 AdminUpdateAuthEventFeedbackResponse |
CognitoIdentityProviderClient.adminUpdateAuthEventFeedback(AdminUpdateAuthEventFeedbackRequest adminUpdateAuthEventFeedbackRequest)
Provides feedback for an authentication event indicating if it was from a valid user.
|
default AdminUpdateAuthEventFeedbackResponse |
CognitoIdentityProviderClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest)
Provides feedback for an authentication event indicating if it was from a valid user.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AdminUpdateAuthEventFeedbackResponse> |
CognitoIdentityProviderAsyncClient.adminUpdateAuthEventFeedback(AdminUpdateAuthEventFeedbackRequest adminUpdateAuthEventFeedbackRequest)
Provides feedback for an authentication event indicating if it was from a valid user.
|
default CompletableFuture<AdminUpdateAuthEventFeedbackResponse> |
CognitoIdentityProviderAsyncClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest)
Provides feedback for an authentication event indicating if it was from a valid user.
|
Copyright © 2023. All rights reserved.