Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.UserPoolAddOnNotEnabledException
Packages that use UserPoolAddOnNotEnabledException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of UserPoolAddOnNotEnabledException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw UserPoolAddOnNotEnabledExceptionModifier and TypeMethodDescriptiondefault AdminListUserAuthEventsResponseCognitoIdentityProviderClient.adminListUserAuthEvents(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.default AdminListUserAuthEventsResponseCognitoIdentityProviderClient.adminListUserAuthEvents(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) Requests a history of user activity and any risks detected as part of Amazon Cognito threat protection.default AdminListUserAuthEventsIterableCognitoIdentityProviderClient.adminListUserAuthEventsPaginator(Consumer<AdminListUserAuthEventsRequest.Builder> adminListUserAuthEventsRequest) default AdminListUserAuthEventsIterableCognitoIdentityProviderClient.adminListUserAuthEventsPaginator(AdminListUserAuthEventsRequest adminListUserAuthEventsRequest) CognitoIdentityProviderClient.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.CognitoIdentityProviderClient.describeRiskConfiguration(Consumer<DescribeRiskConfigurationRequest.Builder> describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration.CognitoIdentityProviderClient.describeRiskConfiguration(DescribeRiskConfigurationRequest describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration.default SetRiskConfigurationResponseCognitoIdentityProviderClient.setRiskConfiguration(Consumer<SetRiskConfigurationRequest.Builder> setRiskConfigurationRequest) Configures threat protection for a user pool or app client.default SetRiskConfigurationResponseCognitoIdentityProviderClient.setRiskConfiguration(SetRiskConfigurationRequest setRiskConfigurationRequest) Configures threat protection for a user pool or app client.default 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.