Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.clone() |
SendOTPMessageRequestParameters |
SendOTPMessageRequest.getSendOTPMessageRequestParameters() |
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withAllowedAttempts(Integer allowedAttempts)
The attempts allowed to validate an OTP.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withBrandName(String brandName)
The brand name that will be substituted into the OTP message body.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withChannel(String channel)
Channel type for the OTP message.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withCodeLength(Integer codeLength)
The number of characters in the generated OTP.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withDestinationIdentity(String destinationIdentity)
The destination identity to send OTP to.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withEntityId(String entityId)
A unique Entity ID received from DLT after entity registration is approved.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withLanguage(String language)
The language to be used for the outgoing message body containing the OTP.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withOriginationIdentity(String originationIdentity)
The origination identity used to send OTP from.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withReferenceId(String referenceId)
Developer-specified reference identifier.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withTemplateId(String templateId)
A unique Template ID received from DLT after entity registration is approved.
|
SendOTPMessageRequestParameters |
SendOTPMessageRequestParameters.withValidityPeriod(Integer validityPeriod)
The time in minutes before the OTP is no longer valid.
|
Modifier and Type | Method and Description |
---|---|
void |
SendOTPMessageRequest.setSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters) |
SendOTPMessageRequest |
SendOTPMessageRequest.withSendOTPMessageRequestParameters(SendOTPMessageRequestParameters sendOTPMessageRequestParameters) |
Copyright © 2022. All rights reserved.