Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetSmsTemplateRequest
-
Packages that use GetSmsTemplateRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetSmsTemplateRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetSmsTemplateRequest Modifier and Type Method Description 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.default GetSmsTemplateResponsePinpointClient. getSmsTemplate(GetSmsTemplateRequest getSmsTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through the SMS channel. -
Uses of GetSmsTemplateRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetSmsTemplateRequest Modifier and Type Method Description SdkHttpFullRequestGetSmsTemplateRequestMarshaller. marshall(GetSmsTemplateRequest getSmsTemplateRequest)
-