Class AccountTakeoverRiskConfigurationType
java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.model.AccountTakeoverRiskConfigurationType
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountTakeoverRiskConfigurationType.Builder,AccountTakeoverRiskConfigurationType>
@Generated("software.amazon.awssdk:codegen")
public final class AccountTakeoverRiskConfigurationType
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AccountTakeoverRiskConfigurationType.Builder,AccountTakeoverRiskConfigurationType>
The settings for automated responses and notification templates for adaptive authentication with threat protection features.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionactions()A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final NotifyConfigurationTypeThe settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication.static Class<? extends AccountTakeoverRiskConfigurationType.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
notifyConfiguration
The settings for composing and sending an email message when threat protection assesses a risk level with adaptive authentication. When you choose to notify users in
AccountTakeoverRiskConfiguration, Amazon Cognito sends an email message using the method and template that you set with this data type.- Returns:
- The settings for composing and sending an email message when threat protection assesses a risk level with
adaptive authentication. When you choose to notify users in
AccountTakeoverRiskConfiguration, Amazon Cognito sends an email message using the method and template that you set with this data type.
-
actions
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.
- Returns:
- A list of account-takeover actions for each level of risk that Amazon Cognito might assess with threat protection.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountTakeoverRiskConfigurationType.Builder,AccountTakeoverRiskConfigurationType>
-
builder
-
serializableBuilderClass
public static Class<? extends AccountTakeoverRiskConfigurationType.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-