| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchItem |
EndpointBatchItem.addAttributesEntry(String key,
List<String> value)
Add a single Attributes entry
|
EndpointBatchItem |
EndpointBatchItem.addMetricsEntry(String key,
Double value)
Add a single Metrics entry
|
EndpointBatchItem |
EndpointBatchItem.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EndpointBatchItem |
EndpointBatchItem.clearMetricsEntries()
Removes all the entries added into Metrics.
|
EndpointBatchItem |
EndpointBatchItem.clone() |
EndpointBatchItem |
EndpointBatchItem.withAddress(String address)
The destination address for messages or push notifications that you send to the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withAttributes(Map<String,List<String>> attributes)
One or more custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointBatchItem |
EndpointBatchItem.withChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withChannelType(String channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointBatchItem |
EndpointBatchItem.withEffectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint was created or updated.
|
EndpointBatchItem |
EndpointBatchItem.withEndpointStatus(String endpointStatus)
Specifies whether to send messages or push notifications to the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withId(String id)
The unique identifier for the endpoint in the context of the batch.
|
EndpointBatchItem |
EndpointBatchItem.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withMetrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withOptOut(String optOut)
Specifies whether the user who's associated with the endpoint has opted out of receiving messages and push
notifications from you.
|
EndpointBatchItem |
EndpointBatchItem.withRequestId(String requestId)
The unique identifier for the request to create or update the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointBatchItem> |
EndpointBatchRequest.getItem()
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchRequest |
EndpointBatchRequest.withItem(EndpointBatchItem... item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBatchRequest.setItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
EndpointBatchRequest |
EndpointBatchRequest.withItem(Collection<EndpointBatchItem> item)
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or
change.
|
Copyright © 2023. All rights reserved.