Uses of Enum
software.amazon.awssdk.services.cognitoidentityprovider.model.DeliveryMediumType
Packages that use DeliveryMediumType
-
Uses of DeliveryMediumType in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return DeliveryMediumTypeModifier and TypeMethodDescriptionfinal DeliveryMediumTypeCodeDeliveryDetailsType.deliveryMedium()The method that Amazon Cognito used to send the code.final DeliveryMediumTypeMFAOptionType.deliveryMedium()The delivery medium to send the MFA code.static DeliveryMediumTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeliveryMediumTypeReturns 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 DeliveryMediumTypeModifier and TypeMethodDescriptionfinal List<DeliveryMediumType>AdminCreateUserRequest.desiredDeliveryMediums()SpecifyEMAILif 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 DeliveryMediumTypeModifier and TypeMethodDescriptionCodeDeliveryDetailsType.Builder.deliveryMedium(DeliveryMediumType deliveryMedium) The method that Amazon Cognito used to send the code.MFAOptionType.Builder.deliveryMedium(DeliveryMediumType deliveryMedium) The delivery medium to send the MFA code.AdminCreateUserRequest.Builder.desiredDeliveryMediums(DeliveryMediumType... desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.Method parameters in software.amazon.awssdk.services.cognitoidentityprovider.model with type arguments of type DeliveryMediumTypeModifier and TypeMethodDescriptionAdminCreateUserRequest.Builder.desiredDeliveryMediums(Collection<DeliveryMediumType> desiredDeliveryMediums) SpecifyEMAILif email will be used to send the welcome message.