Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminUpdateAuthEventFeedbackRequest.Builder
-
Packages that use AdminUpdateAuthEventFeedbackRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminUpdateAuthEventFeedbackRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminUpdateAuthEventFeedbackRequest.Builder Modifier and Type Method Description default CompletableFuture<AdminUpdateAuthEventFeedbackResponse>CognitoIdentityProviderAsyncClient. adminUpdateAuthEventFeedback(Consumer<AdminUpdateAuthEventFeedbackRequest.Builder> adminUpdateAuthEventFeedbackRequest)Provides the feedback for an authentication event generated by threat protection features.default AdminUpdateAuthEventFeedbackResponseCognitoIdentityProviderClient. 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.Builder Modifier and Type Method Description static AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest. builder()AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. eventId(String eventId)The ID of the threat protection authentication event that you want to update.AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. feedbackValue(String feedbackValue)Your feedback to the authentication event.AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. feedbackValue(FeedbackValueType feedbackValue)Your feedback to the authentication event.AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest. toBuilder()AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.Builder. username(String username)The name of the user that you want to query or modify.AdminUpdateAuthEventFeedbackRequest.BuilderAdminUpdateAuthEventFeedbackRequest.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.Builder Modifier and Type Method Description static Class<? extends AdminUpdateAuthEventFeedbackRequest.Builder>AdminUpdateAuthEventFeedbackRequest. serializableBuilderClass()
-