Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UpdateAuthEventFeedbackResponse
Packages that use UpdateAuthEventFeedbackResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UpdateAuthEventFeedbackResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return UpdateAuthEventFeedbackResponseModifier and TypeMethodDescriptiondefault UpdateAuthEventFeedbackResponseCognitoIdentityProviderClient.updateAuthEventFeedback(Consumer<UpdateAuthEventFeedbackRequest.Builder> updateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.default UpdateAuthEventFeedbackResponseCognitoIdentityProviderClient.updateAuthEventFeedback(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type UpdateAuthEventFeedbackResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.updateAuthEventFeedback(Consumer<UpdateAuthEventFeedbackRequest.Builder> updateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.CognitoIdentityProviderAsyncClient.updateAuthEventFeedback(UpdateAuthEventFeedbackRequest updateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.