Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of ListTemplatesResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponsePinpointClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.default ListTemplatesResponsePinpointClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>PinpointAsyncClient. listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.default CompletableFuture<ListTemplatesResponse>PinpointAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.
-