Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.CompromisedCredentialsActionsType.Builder
-
Packages that use CompromisedCredentialsActionsType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CompromisedCredentialsActionsType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CompromisedCredentialsActionsType.Builder Modifier and Type Method Description static CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType. builder()CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType.Builder. eventAction(String eventAction)The action that Amazon Cognito takes when it detects compromised credentials.CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType.Builder. eventAction(CompromisedCredentialsEventActionType eventAction)The action that Amazon Cognito takes when it detects compromised credentials.CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CompromisedCredentialsActionsType.Builder Modifier and Type Method Description static Class<? extends CompromisedCredentialsActionsType.Builder>CompromisedCredentialsActionsType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type CompromisedCredentialsActionsType.Builder Modifier and Type Method Description default CompromisedCredentialsRiskConfigurationType.BuilderCompromisedCredentialsRiskConfigurationType.Builder. actions(Consumer<CompromisedCredentialsActionsType.Builder> actions)Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.
-