Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateVerifiedDestinationNumberResponse
-
Packages that use CreateVerifiedDestinationNumberResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. -
-
Uses of CreateVerifiedDestinationNumberResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateVerifiedDestinationNumberResponse Modifier and Type Method Description default CreateVerifiedDestinationNumberResponsePinpointSmsVoiceV2Client. createVerifiedDestinationNumber(Consumer<CreateVerifiedDestinationNumberRequest.Builder> createVerifiedDestinationNumberRequest)You can only send messages to verified destination numbers when your account is in the sandbox.default CreateVerifiedDestinationNumberResponsePinpointSmsVoiceV2Client. createVerifiedDestinationNumber(CreateVerifiedDestinationNumberRequest createVerifiedDestinationNumberRequest)You can only send messages to verified destination numbers when your account is in the sandbox.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateVerifiedDestinationNumberResponse Modifier and Type Method Description default CompletableFuture<CreateVerifiedDestinationNumberResponse>PinpointSmsVoiceV2AsyncClient. createVerifiedDestinationNumber(Consumer<CreateVerifiedDestinationNumberRequest.Builder> createVerifiedDestinationNumberRequest)You can only send messages to verified destination numbers when your account is in the sandbox.default CompletableFuture<CreateVerifiedDestinationNumberResponse>PinpointSmsVoiceV2AsyncClient. createVerifiedDestinationNumber(CreateVerifiedDestinationNumberRequest createVerifiedDestinationNumberRequest)You can only send messages to verified destination numbers when your account is in the sandbox.
-