Class CompromisedCredentialsActionsType
- java.lang.Object
-
- software.amazon.awssdk.services.cognitoidentityprovider.model.CompromisedCredentialsActionsType
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
@Generated("software.amazon.awssdk:codegen") public final class CompromisedCredentialsActionsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
Settings for user pool actions when Amazon Cognito detects compromised credentials with advanced security features in full-function
ENFORCEDmode.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 interfaceCompromisedCredentialsActionsType.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CompromisedCredentialsActionsType.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)CompromisedCredentialsEventActionTypeeventAction()The action that Amazon Cognito takes when it detects compromised credentials.StringeventActionAsString()The action that Amazon Cognito takes when it detects compromised credentials.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CompromisedCredentialsActionsType.Builder>serializableBuilderClass()CompromisedCredentialsActionsType.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
-
eventAction
public final CompromisedCredentialsEventActionType eventAction()
The action that Amazon Cognito takes when it detects compromised credentials.
If the service returns an enum value that is not available in the current SDK version,
eventActionwill returnCompromisedCredentialsEventActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventActionAsString().- Returns:
- The action that Amazon Cognito takes when it detects compromised credentials.
- See Also:
CompromisedCredentialsEventActionType
-
eventActionAsString
public final String eventActionAsString()
The action that Amazon Cognito takes when it detects compromised credentials.
If the service returns an enum value that is not available in the current SDK version,
eventActionwill returnCompromisedCredentialsEventActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromeventActionAsString().- Returns:
- The action that Amazon Cognito takes when it detects compromised credentials.
- See Also:
CompromisedCredentialsEventActionType
-
toBuilder
public CompromisedCredentialsActionsType.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
-
builder
public static CompromisedCredentialsActionsType.Builder builder()
-
serializableBuilderClass
public static Class<? extends CompromisedCredentialsActionsType.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
-
-