Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeRiskConfigurationResponse
Packages that use DescribeRiskConfigurationResponse
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DescribeRiskConfigurationResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return DescribeRiskConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderClient.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.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type DescribeRiskConfigurationResponseModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.describeRiskConfiguration(Consumer<DescribeRiskConfigurationRequest.Builder> describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration.CognitoIdentityProviderAsyncClient.describeRiskConfiguration(DescribeRiskConfigurationRequest describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration.