Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.VerifyDestinationNumberResponse
-
Packages that use VerifyDestinationNumberResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of VerifyDestinationNumberResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return VerifyDestinationNumberResponse Modifier and Type Method Description default VerifyDestinationNumberResponsePinpointSmsVoiceV2Client. verifyDestinationNumber(Consumer<VerifyDestinationNumberRequest.Builder> verifyDestinationNumberRequest)Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.default VerifyDestinationNumberResponsePinpointSmsVoiceV2Client. verifyDestinationNumber(VerifyDestinationNumberRequest verifyDestinationNumberRequest)Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type VerifyDestinationNumberResponse Modifier and Type Method Description default CompletableFuture<VerifyDestinationNumberResponse>PinpointSmsVoiceV2AsyncClient. verifyDestinationNumber(Consumer<VerifyDestinationNumberRequest.Builder> verifyDestinationNumberRequest)Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.default CompletableFuture<VerifyDestinationNumberResponse>PinpointSmsVoiceV2AsyncClient. verifyDestinationNumber(VerifyDestinationNumberRequest verifyDestinationNumberRequest)Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.
-