Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUpdateAuthEventFeedbackRequest.Builder
Packages that use AdminUpdateAuthEventFeedbackRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminUpdateAuthEventFeedbackRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminUpdateAuthEventFeedbackRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features.CognitoIdentityProviderClient.adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest) Provides the feedback for an authentication event generated by threat protection features. -
Uses of AdminUpdateAuthEventFeedbackRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminUpdateAuthEventFeedbackRequest.BuilderModifier and TypeMethodDescriptionAdminUpdateAuthEventFeedbackRequest.builder()The ID of the threat protection authentication event that you want to update.AdminUpdateAuthEventFeedbackRequest.Builder.feedbackValue(String feedbackValue) Your feedback to the authentication event.AdminUpdateAuthEventFeedbackRequest.Builder.feedbackValue(FeedbackValueType feedbackValue) Your feedback to the authentication event.AdminUpdateAuthEventFeedbackRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminUpdateAuthEventFeedbackRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminUpdateAuthEventFeedbackRequest.toBuilder()The name of the user that you want to query or modify.AdminUpdateAuthEventFeedbackRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where you want to submit authentication-event feedback.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminUpdateAuthEventFeedbackRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminUpdateAuthEventFeedbackRequest.Builder>AdminUpdateAuthEventFeedbackRequest.serializableBuilderClass()