| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint |
Doc Engage API - Amazon Pinpoint API
|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTemplateVersionsResult> |
AbstractAmazonPinpointAsync.listTemplateVersionsAsync(ListTemplateVersionsRequest request,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler) |
Future<ListTemplateVersionsResult> |
AmazonPinpointAsync.listTemplateVersionsAsync(ListTemplateVersionsRequest listTemplateVersionsRequest,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler)
Retrieves information about all the versions of a specific message template.
|
Future<ListTemplateVersionsResult> |
AmazonPinpointAsyncClient.listTemplateVersionsAsync(ListTemplateVersionsRequest request,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.clone() |
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withNextToken(String nextToken)
The string that specifies which page of results to return in a paginated response.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withPageSize(String pageSize)
The maximum number of items to include in each page of a paginated response.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withTemplateName(String templateName)
The name of the message template.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
Copyright © 2024. All rights reserved.