Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUpdateAuthEventFeedbackResponse
Packages that use AdminUpdateAuthEventFeedbackResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminUpdateAuthEventFeedbackResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminUpdateAuthEventFeedbackResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.CognitoIdentityProviderClient.adminUpdateAuthEventFeedback(AdminUpdateAuthEventFeedbackRequest adminUpdateAuthEventFeedbackRequest) 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 AdminUpdateAuthEventFeedbackResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.CognitoIdentityProviderAsyncClient.adminUpdateAuthEventFeedback(AdminUpdateAuthEventFeedbackRequest adminUpdateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.