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 advanced security features.
This data type is a request parameter of SetRiskConfiguration and a response parameter of DescribeRiskConfiguration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountTakeoverRiskConfigurationType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountTakeoverActionsTypeactions()A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.static AccountTakeoverRiskConfigurationType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()NotifyConfigurationTypenotifyConfiguration()The settings for composing and sending an email message when advanced security features assesses a risk level with adaptive authentication.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AccountTakeoverRiskConfigurationType.Builder>serializableBuilderClass()AccountTakeoverRiskConfigurationType.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
notifyConfiguration
public final NotifyConfigurationType notifyConfiguration()
The settings for composing and sending an email message when advanced security features 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 advanced security features 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
public final AccountTakeoverActionsType actions()
A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
- Returns:
- A list of account-takeover actions for each level of risk that Amazon Cognito might assess with advanced security features.
-
toBuilder
public AccountTakeoverRiskConfigurationType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountTakeoverRiskConfigurationType.Builder,AccountTakeoverRiskConfigurationType>
-
builder
public static AccountTakeoverRiskConfigurationType.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountTakeoverRiskConfigurationType.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-