| Package | Description |
|---|---|
| software.amazon.awssdk.services.cognitoidentityprovider.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryMediumType |
MFAOptionType.deliveryMedium()
The delivery medium (email message or SMS message) to send the MFA code.
|
DeliveryMediumType |
CodeDeliveryDetailsType.deliveryMedium()
The delivery medium (email message or phone number).
|
static DeliveryMediumType |
DeliveryMediumType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<DeliveryMediumType> |
AdminCreateUserRequest.desiredDeliveryMediums()
Specify
"EMAIL" if email will be used to send the welcome message. |
static Set<DeliveryMediumType> |
DeliveryMediumType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MFAOptionType.Builder |
MFAOptionType.Builder.deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or SMS message) to send the MFA code.
|
CodeDeliveryDetailsType.Builder |
CodeDeliveryDetailsType.Builder.deliveryMedium(DeliveryMediumType deliveryMedium)
The delivery medium (email message or phone number).
|
AdminCreateUserRequest.Builder |
AdminCreateUserRequest.Builder.desiredDeliveryMediums(DeliveryMediumType... desiredDeliveryMediums)
Specify
"EMAIL" if email will be used to send the welcome message. |
| Modifier and Type | Method and Description |
|---|---|
AdminCreateUserRequest.Builder |
AdminCreateUserRequest.Builder.desiredDeliveryMediums(Collection<DeliveryMediumType> desiredDeliveryMediums)
Specify
"EMAIL" if email will be used to send the welcome message. |
Copyright © 2019. All rights reserved.