Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.DeliveryMediumType
-
Packages that use DeliveryMediumType Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of DeliveryMediumType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeliveryMediumType Modifier and Type Method Description DeliveryMediumTypeCodeDeliveryDetailsType. deliveryMedium()The method that Amazon Cognito used to send the code.DeliveryMediumTypeMFAOptionType. deliveryMedium()The delivery medium to send the MFA code.static DeliveryMediumTypeDeliveryMediumType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryMediumTypeDeliveryMediumType. 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.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type DeliveryMediumType Modifier and Type Method Description List<DeliveryMediumType>AdminCreateUserRequest. desiredDeliveryMediums()Specify"EMAIL"if email will be used to send the welcome message.static Set<DeliveryMediumType>DeliveryMediumType. knownValues()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model with parameters of type DeliveryMediumType Modifier and Type Method Description CodeDeliveryDetailsType.BuilderCodeDeliveryDetailsType.Builder. deliveryMedium(DeliveryMediumType deliveryMedium)The method that Amazon Cognito used to send the code.MFAOptionType.BuilderMFAOptionType.Builder. deliveryMedium(DeliveryMediumType deliveryMedium)The delivery medium to send the MFA code.AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. desiredDeliveryMediums(DeliveryMediumType... desiredDeliveryMediums)Specify"EMAIL"if email will be used to send the welcome message.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type DeliveryMediumType Modifier and Type Method Description AdminCreateUserRequest.BuilderAdminCreateUserRequest.Builder. desiredDeliveryMediums(Collection<DeliveryMediumType> desiredDeliveryMediums)Specify"EMAIL"if email will be used to send the welcome message.
-