| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateResponse |
TemplateResponse.addTagsEntry(String key,
String value) |
TemplateResponse |
TemplateResponse.clearTagsEntries()
Removes all the entries added into Tags.
|
TemplateResponse |
TemplateResponse.clone() |
TemplateResponse |
TemplateResponse.withArn(String arn)
The Amazon Resource Name (ARN) of the message template.
|
TemplateResponse |
TemplateResponse.withCreationDate(String creationDate)
The date when the message template was created.
|
TemplateResponse |
TemplateResponse.withLastModifiedDate(String lastModifiedDate)
The date when the message template was last modified.
|
TemplateResponse |
TemplateResponse.withTags(Map<String,String> tags)
A string-to-string map of key-value pairs that identifies the tags that are associated with the message template.
|
TemplateResponse |
TemplateResponse.withTemplateName(String templateName)
The name of the message template.
|
TemplateResponse |
TemplateResponse.withTemplateType(String templateType)
The type of channel that the message template is designed for.
|
TemplateResponse |
TemplateResponse.withTemplateType(TemplateType templateType)
The type of channel that the message template is designed for.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateResponse> |
TemplatesResponse.getItem()
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
TemplatesResponse |
TemplatesResponse.withItem(TemplateResponse... item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplatesResponse.setItem(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
TemplatesResponse |
TemplatesResponse.withItem(Collection<TemplateResponse> item)
An array of responses, one for each message template that's associated with your Amazon Pinpoint account and
meets any filter criteria that you specified in the request.
|
Copyright © 2019. All rights reserved.