Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetVoiceTemplateResponse
-
Packages that use GetVoiceTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetVoiceTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetVoiceTemplateResponse Modifier and Type Method Description default GetVoiceTemplateResponsePinpointClient. getVoiceTemplate(Consumer<GetVoiceTemplateRequest.Builder> getVoiceTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the voice channel.default GetVoiceTemplateResponsePinpointClient. getVoiceTemplate(GetVoiceTemplateRequest getVoiceTemplateRequest)Retrieves the content and settings of 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 GetVoiceTemplateResponse Modifier and Type Method Description default CompletableFuture<GetVoiceTemplateResponse>PinpointAsyncClient. getVoiceTemplate(Consumer<GetVoiceTemplateRequest.Builder> getVoiceTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the voice channel.default CompletableFuture<GetVoiceTemplateResponse>PinpointAsyncClient. getVoiceTemplate(GetVoiceTemplateRequest getVoiceTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the voice channel.
-