| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchItem |
EndpointBatchItem.addAttributesEntry(String key,
List<String> value) |
EndpointBatchItem |
EndpointBatchItem.addMetricsEntry(String key,
Double value) |
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 for messages that you send to this endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withAttributes(Map<String,List<String>> attributes)
Custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointBatchItem |
EndpointBatchItem.withChannelType(ChannelType channelType)
The channel type.
|
EndpointBatchItem |
EndpointBatchItem.withChannelType(String channelType)
The channel type.
|
EndpointBatchItem |
EndpointBatchItem.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointBatchItem |
EndpointBatchItem.withEffectiveDate(String effectiveDate)
The last time the endpoint was updated.
|
EndpointBatchItem |
EndpointBatchItem.withEndpointStatus(String endpointStatus)
Unused.
|
EndpointBatchItem |
EndpointBatchItem.withId(String id)
The unique Id for the Endpoint in the batch.
|
EndpointBatchItem |
EndpointBatchItem.withLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointBatchItem |
EndpointBatchItem.withMetrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointBatchItem |
EndpointBatchItem.withOptOut(String optOut)
Indicates whether a user has opted out of receiving messages with one of the following values:
ALL - User has opted out of all messages.
|
EndpointBatchItem |
EndpointBatchItem.withRequestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointBatchItem> |
EndpointBatchRequest.getItem()
List of items to update.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointBatchRequest |
EndpointBatchRequest.withItem(EndpointBatchItem... item)
List of items to update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBatchRequest.setItem(Collection<EndpointBatchItem> item)
List of items to update.
|
EndpointBatchRequest |
EndpointBatchRequest.withItem(Collection<EndpointBatchItem> item)
List of items to update.
|
Copyright © 2018. All rights reserved.