Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.RiskConfigurationType
-
Packages that use RiskConfigurationType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of RiskConfigurationType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return RiskConfigurationType Modifier and Type Method Description RiskConfigurationTypeDescribeRiskConfigurationResponse. riskConfiguration()The details of the requested risk configuration.RiskConfigurationTypeSetRiskConfigurationResponse. riskConfiguration()The API response that contains the risk configuration that you set and the timestamp of the most recent change.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type RiskConfigurationType Modifier and Type Method Description DescribeRiskConfigurationResponse.BuilderDescribeRiskConfigurationResponse.Builder. riskConfiguration(RiskConfigurationType riskConfiguration)The details of the requested risk configuration.SetRiskConfigurationResponse.BuilderSetRiskConfigurationResponse.Builder. riskConfiguration(RiskConfigurationType riskConfiguration)The API response that contains the risk configuration that you set and the timestamp of the most recent change.
-