Uses of Class
software.amazon.awssdk.services.pinpoint.model.APNSPushNotificationTemplate
-
Packages that use APNSPushNotificationTemplate Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of APNSPushNotificationTemplate in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return APNSPushNotificationTemplate Modifier and Type Method Description APNSPushNotificationTemplatePushNotificationTemplateRequest. apns()The message template to use for the APNs (Apple Push Notification service) channel.APNSPushNotificationTemplatePushNotificationTemplateResponse. apns()The message template that's used for the APNs (Apple Push Notification service) channel.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type APNSPushNotificationTemplate Modifier and Type Method Description PushNotificationTemplateRequest.BuilderPushNotificationTemplateRequest.Builder. apns(APNSPushNotificationTemplate apns)The message template to use for the APNs (Apple Push Notification service) channel.PushNotificationTemplateResponse.BuilderPushNotificationTemplateResponse.Builder. apns(APNSPushNotificationTemplate apns)The message template that's used for the APNs (Apple Push Notification service) channel.
-