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 event action.CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType.Builder. eventAction(CompromisedCredentialsEventActionType eventAction)The event action.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)The compromised credentials risk configuration actions.
-