Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<MFAOptionType> |
SetUserSettingsRequest.mFAOptions
Specifies the options for MFA (e.g., email or phone number).
|
private java.util.List<MFAOptionType> |
GetUserResult.mFAOptions
Specifies the options for MFA (e.g., email or phone number).
|
private java.util.List<MFAOptionType> |
AdminSetUserSettingsRequest.mFAOptions
Specifies the options for MFA (e.g., email or phone number).
|
private java.util.List<MFAOptionType> |
AdminGetUserResult.mFAOptions
Specifies the options for MFA (e.g., email or phone number).
|
Modifier and Type | Method and Description |
---|---|
MFAOptionType |
MFAOptionType.clone() |
MFAOptionType |
MFAOptionType.withAttributeName(java.lang.String attributeName)
The attribute name of the MFA option type.
|
MFAOptionType |
MFAOptionType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
MFAOptionType |
MFAOptionType.withDeliveryMedium(java.lang.String deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MFAOptionType> |
SetUserSettingsRequest.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).
|
java.util.List<MFAOptionType> |
GetUserResult.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).
|
java.util.List<MFAOptionType> |
AdminSetUserSettingsRequest.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).
|
java.util.List<MFAOptionType> |
AdminGetUserResult.getMFAOptions()
Specifies the options for MFA (e.g., email or phone number).
|
Modifier and Type | Method and Description |
---|---|
SetUserSettingsRequest |
SetUserSettingsRequest.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
GetUserResult |
GetUserResult.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
AdminSetUserSettingsRequest |
AdminSetUserSettingsRequest.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
AdminGetUserResult |
AdminGetUserResult.withMFAOptions(MFAOptionType... mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
Modifier and Type | Method and Description |
---|---|
void |
SetUserSettingsRequest.setMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
void |
GetUserResult.setMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
void |
AdminSetUserSettingsRequest.setMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
void |
AdminGetUserResult.setMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
SetUserSettingsRequest |
SetUserSettingsRequest.withMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
GetUserResult |
GetUserResult.withMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
AdminSetUserSettingsRequest |
AdminSetUserSettingsRequest.withMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
AdminGetUserResult |
AdminGetUserResult.withMFAOptions(java.util.Collection<MFAOptionType> mFAOptions)
Specifies the options for MFA (e.g., email or phone number).
|
Modifier and Type | Method and Description |
---|---|
MFAOptionType |
MFAOptionTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
MFAOptionTypeJsonMarshaller.marshall(MFAOptionType mFAOptionType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|