Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSmsTemplateResponse
-
Packages that use GetSmsTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetSmsTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetSmsTemplateResponse Modifier and Type Method Description default GetSmsTemplateResponsePinpointClient. getSmsTemplate(Consumer<GetSmsTemplateRequest.Builder> getSmsTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the SMS channel.default GetSmsTemplateResponsePinpointClient. getSmsTemplate(GetSmsTemplateRequest getSmsTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the SMS channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetSmsTemplateResponse Modifier and Type Method Description default CompletableFuture<GetSmsTemplateResponse>PinpointAsyncClient. getSmsTemplate(Consumer<GetSmsTemplateRequest.Builder> getSmsTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the SMS channel.default CompletableFuture<GetSmsTemplateResponse>PinpointAsyncClient. getSmsTemplate(GetSmsTemplateRequest getSmsTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the SMS channel.
-