Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateVoiceTemplateResponse
-
Packages that use CreateVoiceTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateVoiceTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateVoiceTemplateResponse Modifier and Type Method Description default CreateVoiceTemplateResponsePinpointClient. createVoiceTemplate(Consumer<CreateVoiceTemplateRequest.Builder> createVoiceTemplateRequest)Creates a message template for messages that are sent through the voice channel.default CreateVoiceTemplateResponsePinpointClient. createVoiceTemplate(CreateVoiceTemplateRequest createVoiceTemplateRequest)Creates a message template for messages that are sent through the voice channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type CreateVoiceTemplateResponse Modifier and Type Method Description default CompletableFuture<CreateVoiceTemplateResponse>PinpointAsyncClient. createVoiceTemplate(Consumer<CreateVoiceTemplateRequest.Builder> createVoiceTemplateRequest)Creates a message template for messages that are sent through the voice channel.default CompletableFuture<CreateVoiceTemplateResponse>PinpointAsyncClient. createVoiceTemplate(CreateVoiceTemplateRequest createVoiceTemplateRequest)Creates a message template for messages that are sent through the voice channel.
-