Uses of Class
software.amazon.awssdk.services.pinpoint.model.SMSTemplateRequest
-
Packages that use SMSTemplateRequest Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SMSTemplateRequest in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SMSTemplateRequest Modifier and Type Method Description SMSTemplateRequestCreateSmsTemplateRequest. smsTemplateRequest()Returns the value of the SMSTemplateRequest property for this object.SMSTemplateRequestUpdateSmsTemplateRequest. smsTemplateRequest()Returns the value of the SMSTemplateRequest property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SMSTemplateRequest Modifier and Type Method Description CreateSmsTemplateRequest.BuilderCreateSmsTemplateRequest.Builder. smsTemplateRequest(SMSTemplateRequest smsTemplateRequest)Sets the value of the SMSTemplateRequest property for this object.UpdateSmsTemplateRequest.BuilderUpdateSmsTemplateRequest.Builder. smsTemplateRequest(SMSTemplateRequest smsTemplateRequest)Sets the value of the SMSTemplateRequest property for this object.
-