Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetPushTemplateRequest
-
Packages that use GetPushTemplateRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of GetPushTemplateRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type GetPushTemplateRequest Modifier and Type Method Description default CompletableFuture<GetPushTemplateResponse>PinpointAsyncClient. getPushTemplate(GetPushTemplateRequest getPushTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through a push notification channel.default GetPushTemplateResponsePinpointClient. getPushTemplate(GetPushTemplateRequest getPushTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through a push notification channel. -
Uses of GetPushTemplateRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type GetPushTemplateRequest Modifier and Type Method Description SdkHttpFullRequestGetPushTemplateRequestMarshaller. marshall(GetPushTemplateRequest getPushTemplateRequest)
-