Uses of Class
software.amazon.awssdk.services.pinpoint.model.GetInAppTemplateResponse
-
Packages that use GetInAppTemplateResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of GetInAppTemplateResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return GetInAppTemplateResponse Modifier and Type Method Description default GetInAppTemplateResponsePinpointClient. getInAppTemplate(Consumer<GetInAppTemplateRequest.Builder> getInAppTemplateRequest)Retrieves the content and settings of a message template for messages sent through the in-app channel.default GetInAppTemplateResponsePinpointClient. getInAppTemplate(GetInAppTemplateRequest getInAppTemplateRequest)Retrieves the content and settings of a message template for messages sent through the in-app channel.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type GetInAppTemplateResponse Modifier and Type Method Description default CompletableFuture<GetInAppTemplateResponse>PinpointAsyncClient. getInAppTemplate(Consumer<GetInAppTemplateRequest.Builder> getInAppTemplateRequest)Retrieves the content and settings of a message template for messages sent through the in-app channel.default CompletableFuture<GetInAppTemplateResponse>PinpointAsyncClient. getInAppTemplate(GetInAppTemplateRequest getInAppTemplateRequest)Retrieves the content and settings of a message template for messages sent through the in-app channel.
-