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