Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.CompromisedCredentialsEventActionType
Packages that use CompromisedCredentialsEventActionType
-
Uses of CompromisedCredentialsEventActionType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return CompromisedCredentialsEventActionTypeModifier and TypeMethodDescriptionCompromisedCredentialsActionsType.eventAction()The action that Amazon Cognito takes when it detects compromised credentials.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.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 CompromisedCredentialsEventActionTypeMethods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type CompromisedCredentialsEventActionTypeModifier and TypeMethodDescriptionCompromisedCredentialsActionsType.Builder.eventAction(CompromisedCredentialsEventActionType eventAction) The action that Amazon Cognito takes when it detects compromised credentials.