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 |
CodeDeliveryDetailsType.setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
void |
MFAOptionType.setDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
CodeDeliveryDetailsType |
CodeDeliveryDetailsType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
MFAOptionType |
MFAOptionType.withDeliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
Copyright © 2018. All rights reserved.