Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetPushTemplateResponse
-
Packages that use GetPushTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetPushTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetPushTemplateResponse Modifier and Type Method Description default GetPushTemplateResponsePinpointClient. getPushTemplate(Consumer<GetPushTemplateRequest.Builder> 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.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetPushTemplateResponse Modifier and Type Method Description default CompletableFuture<GetPushTemplateResponse>PinpointAsyncClient. getPushTemplate(Consumer<GetPushTemplateRequest.Builder> getPushTemplateRequest)Retrieves the content and settings of a message template for messages that are sent through a push notification channel.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.
-