Uses of Class
software.amazon.awssdk.services.pinpoint.model.CreateSmsTemplateResponse
-
Packages that use CreateSmsTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of CreateSmsTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return CreateSmsTemplateResponse Modifier and Type Method Description default CreateSmsTemplateResponsePinpointClient. createSmsTemplate(Consumer<CreateSmsTemplateRequest.Builder> createSmsTemplateRequest)Creates a message template for messages that are sent through the SMS channel.default CreateSmsTemplateResponsePinpointClient. createSmsTemplate(CreateSmsTemplateRequest createSmsTemplateRequest)Creates 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 CreateSmsTemplateResponse Modifier and Type Method Description default CompletableFuture<CreateSmsTemplateResponse>PinpointAsyncClient. createSmsTemplate(Consumer<CreateSmsTemplateRequest.Builder> createSmsTemplateRequest)Creates a message template for messages that are sent through the SMS channel.default CompletableFuture<CreateSmsTemplateResponse>PinpointAsyncClient. createSmsTemplate(CreateSmsTemplateRequest createSmsTemplateRequest)Creates a message template for messages that are sent through the SMS channel.
-