Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.DescribeRiskConfigurationRequest.Builder
Packages that use DescribeRiskConfigurationRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of DescribeRiskConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type DescribeRiskConfigurationRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.describeRiskConfiguration(Consumer<DescribeRiskConfigurationRequest.Builder> describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration.CognitoIdentityProviderClient.describeRiskConfiguration(Consumer<DescribeRiskConfigurationRequest.Builder> describeRiskConfigurationRequest) Given an app client or user pool ID where threat protection is configured, describes the risk configuration. -
Uses of DescribeRiskConfigurationRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DescribeRiskConfigurationRequest.BuilderModifier and TypeMethodDescriptionDescribeRiskConfigurationRequest.builder()The ID of the app client with the risk configuration that you want to inspect.DescribeRiskConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeRiskConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeRiskConfigurationRequest.toBuilder()DescribeRiskConfigurationRequest.Builder.userPoolId(String userPoolId) The ID of the user pool with the risk configuration that you want to inspect.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DescribeRiskConfigurationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeRiskConfigurationRequest.Builder>DescribeRiskConfigurationRequest.serializableBuilderClass()