| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryMediumType |
DeliveryMediumType.fromValue(String value)
Use this in place of valueOf.
|
static DeliveryMediumType |
DeliveryMediumType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryMediumType[] |
DeliveryMediumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MFAOptionType.setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code.
|
void |
CodeDeliveryDetailsType.setDeliveryMedium(DeliveryMediumType deliveryMedium)
The method that Amazon Cognito used to send the code.
|
MFAOptionType |
MFAOptionType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium to send the MFA code.
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The method that Amazon Cognito used to send the code.
|
AdminCreateUserRequest |
AdminCreateUserRequest.withDesiredDeliveryMediums(DeliveryMediumType... desiredDeliveryMediums)
Specify
"EMAIL" if email will be used to send the welcome message. |
Copyright © 2025. All rights reserved.