Uses of Class
software.amazon.awssdk.services.pinpoint.model.UpdateSmsTemplateResponse
-
Packages that use UpdateSmsTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of UpdateSmsTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return UpdateSmsTemplateResponse Modifier and Type Method Description default UpdateSmsTemplateResponsePinpointClient. updateSmsTemplate(Consumer<UpdateSmsTemplateRequest.Builder> updateSmsTemplateRequest)Updates an existing message template for messages that are sent through the SMS channel.default UpdateSmsTemplateResponsePinpointClient. updateSmsTemplate(UpdateSmsTemplateRequest updateSmsTemplateRequest)Updates an existing 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 UpdateSmsTemplateResponse Modifier and Type Method Description default CompletableFuture<UpdateSmsTemplateResponse>PinpointAsyncClient. updateSmsTemplate(Consumer<UpdateSmsTemplateRequest.Builder> updateSmsTemplateRequest)Updates an existing message template for messages that are sent through the SMS channel.default CompletableFuture<UpdateSmsTemplateResponse>PinpointAsyncClient. updateSmsTemplate(UpdateSmsTemplateRequest updateSmsTemplateRequest)Updates an existing message template for messages that are sent through the SMS channel.
-