Uses of Class
software.amazon.awssdk.services.pinpoint.model.DefaultPushNotificationTemplate
-
Packages that use DefaultPushNotificationTemplate Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DefaultPushNotificationTemplate in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DefaultPushNotificationTemplate Modifier and Type Method Description DefaultPushNotificationTemplatePushNotificationTemplateRequest. defaultValue()The default message template to use for push notification channels.DefaultPushNotificationTemplatePushNotificationTemplateResponse. defaultValue()The default message template that's used for push notification channels.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type DefaultPushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. defaultValue(DefaultPushNotificationTemplate defaultValue)The default message template to use for push notification channels.PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. defaultValue(DefaultPushNotificationTemplate defaultValue)The default message template that's used for push notification channels.
-