Uses of Class
software.amazon.awssdk.services.pinpoint.model.PushNotificationTemplateRequest
-
Packages that use PushNotificationTemplateRequest Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of PushNotificationTemplateRequest in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return PushNotificationTemplateRequest Modifier and Type Method Description PushNotificationTemplateRequestCreatePushTemplateRequest. pushNotificationTemplateRequest()Returns the value of the PushNotificationTemplateRequest property for this object.PushNotificationTemplateRequestUpdatePushTemplateRequest. pushNotificationTemplateRequest()Returns the value of the PushNotificationTemplateRequest property for this object.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type PushNotificationTemplateRequest Modifier and Type Method Description CreatePushTemplateRequest.BuilderCreatePushTemplateRequest.Builder. pushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)Sets the value of the PushNotificationTemplateRequest property for this object.UpdatePushTemplateRequest.BuilderUpdatePushTemplateRequest.Builder. pushNotificationTemplateRequest(PushNotificationTemplateRequest pushNotificationTemplateRequest)Sets the value of the PushNotificationTemplateRequest property for this object.
-