Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListTemplatesRequest
-
Packages that use ListTemplatesRequest Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.transform -
-
Uses of ListTemplatesRequest in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint with parameters of type ListTemplatesRequest Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>PinpointAsyncClient. listTemplates(ListTemplatesRequest 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. -
Uses of ListTemplatesRequest in software.amazon.awssdk.services.pinpoint.transform
Methods in software.amazon.awssdk.services.pinpoint.transform with parameters of type ListTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListTemplatesRequestMarshaller. marshall(ListTemplatesRequest listTemplatesRequest)
-