| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static TemplatesResponse.Builder |
TemplatesResponse.builder() |
TemplatesResponse.Builder |
TemplatesResponse.Builder.item(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.Builder |
TemplatesResponse.Builder.item(Consumer<TemplateResponse.Builder>... 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.Builder |
TemplatesResponse.Builder.item(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.Builder |
TemplatesResponse.Builder.nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
TemplatesResponse.Builder |
TemplatesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TemplatesResponse.Builder> |
TemplatesResponse.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ListTemplatesResponse.Builder |
ListTemplatesResponse.Builder.templatesResponse(Consumer<TemplatesResponse.Builder> templatesResponse)
Sets the value of the TemplatesResponse property for this object.
|
Copyright © 2020. All rights reserved.