Uses of Class
software.amazon.awssdk.services.pinpoint.model.SendOtpMessageRequest
-
Packages that use SendOtpMessageRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of SendOtpMessageRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type SendOtpMessageRequest Modifier and Type Method Description default CompletableFuture<SendOtpMessageResponse>PinpointAsyncClient. sendOTPMessage(SendOtpMessageRequest sendOtpMessageRequest)Send an OTP messagedefault SendOtpMessageResponsePinpointClient. sendOTPMessage(SendOtpMessageRequest sendOtpMessageRequest)Send an OTP message -
Uses of SendOtpMessageRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type SendOtpMessageRequest Modifier and Type Method Description SdkHttpFullRequestSendOtpMessageRequestMarshaller. marshall(SendOtpMessageRequest sendOtpMessageRequest)
-