Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.CompromisedCredentialsEventActionType
-
Packages that use CompromisedCredentialsEventActionType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of CompromisedCredentialsEventActionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CompromisedCredentialsEventActionType Modifier and Type Method Description CompromisedCredentialsEventActionTypeCompromisedCredentialsActionsType. eventAction()The action that Amazon Cognito takes when it detects compromised credentials.static CompromisedCredentialsEventActionTypeCompromisedCredentialsEventActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CompromisedCredentialsEventActionTypeCompromisedCredentialsEventActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompromisedCredentialsEventActionType[]CompromisedCredentialsEventActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type CompromisedCredentialsEventActionType Modifier and Type Method Description static Set<CompromisedCredentialsEventActionType>CompromisedCredentialsEventActionType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CompromisedCredentialsEventActionType Modifier and Type Method Description CompromisedCredentialsActionsType.BuilderCompromisedCredentialsActionsType.Builder. eventAction(CompromisedCredentialsEventActionType eventAction)The action that Amazon Cognito takes when it detects compromised credentials.
-