Uses of Class
software.amazon.awssdk.services.pinpoint.model.ListTemplateVersionsResponse
-
Packages that use ListTemplateVersionsResponse Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint API -
-
Uses of ListTemplateVersionsResponse in software.amazon.awssdk.services.pinpoint
Methods in software.amazon.awssdk.services.pinpoint that return ListTemplateVersionsResponse Modifier and Type Method Description default ListTemplateVersionsResponsePinpointClient. listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)Retrieves information about all the versions of a specific message template.default ListTemplateVersionsResponsePinpointClient. listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)Retrieves information about all the versions of a specific message template.Methods in software.amazon.awssdk.services.pinpoint that return types with arguments of type ListTemplateVersionsResponse Modifier and Type Method Description default CompletableFuture<ListTemplateVersionsResponse>PinpointAsyncClient. listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)Retrieves information about all the versions of a specific message template.default CompletableFuture<ListTemplateVersionsResponse>PinpointAsyncClient. listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)Retrieves information about all the versions of a specific message template.
-