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