Uses of Class
software.amazon.awssdk.services.pinpoint.model.TemplateConfiguration
-
Packages that use TemplateConfiguration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of TemplateConfiguration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return TemplateConfiguration Modifier and Type Method Description TemplateConfigurationCampaignResponse. templateConfiguration()The message template that’s used for the campaign.TemplateConfigurationMessageRequest. templateConfiguration()The message template to use for the message.TemplateConfigurationSendUsersMessageRequest. templateConfiguration()The message template to use for the message.TemplateConfigurationTreatmentResource. templateConfiguration()The message template to use for the treatment.TemplateConfigurationWriteCampaignRequest. templateConfiguration()The message template to use for the campaign.TemplateConfigurationWriteTreatmentResource. templateConfiguration()The message template to use for the treatment.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type TemplateConfiguration Modifier and Type Method Description CampaignResponse.BuilderCampaignResponse.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template that’s used for the campaign.MessageRequest.BuilderMessageRequest.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template to use for the message.SendUsersMessageRequest.BuilderSendUsersMessageRequest.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template to use for the message.TreatmentResource.BuilderTreatmentResource.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template to use for the treatment.WriteCampaignRequest.BuilderWriteCampaignRequest.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template to use for the campaign.WriteTreatmentResource.BuilderWriteTreatmentResource.Builder. templateConfiguration(TemplateConfiguration templateConfiguration)The message template to use for the treatment.
-