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