| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
PublicEndpoint |
PublicEndpoint.addAttributesEntry(String key,
List<String> value) |
PublicEndpoint |
PublicEndpoint.addMetricsEntry(String key,
Double value) |
PublicEndpoint |
PublicEndpoint.clearAttributesEntries()
Removes all the entries added into Attributes.
|
PublicEndpoint |
PublicEndpoint.clearMetricsEntries()
Removes all the entries added into Metrics.
|
PublicEndpoint |
PublicEndpoint.clone() |
PublicEndpoint |
EventsBatch.getEndpoint()
Endpoint information
|
PublicEndpoint |
PublicEndpoint.withAddress(String address)
The unique identifier for the recipient.
|
PublicEndpoint |
PublicEndpoint.withAttributes(Map<String,List<String>> attributes)
Custom attributes that your app reports to Amazon Pinpoint.
|
PublicEndpoint |
PublicEndpoint.withChannelType(ChannelType channelType)
The channel type.
|
PublicEndpoint |
PublicEndpoint.withChannelType(String channelType)
The channel type.
|
PublicEndpoint |
PublicEndpoint.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
PublicEndpoint |
PublicEndpoint.withEffectiveDate(String effectiveDate)
The date and time when the endpoint was last updated.
|
PublicEndpoint |
PublicEndpoint.withEndpointStatus(String endpointStatus)
The status of the endpoint.
|
PublicEndpoint |
PublicEndpoint.withLocation(EndpointLocation location)
The endpoint location attributes.
|
PublicEndpoint |
PublicEndpoint.withMetrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
PublicEndpoint |
PublicEndpoint.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.
|
PublicEndpoint |
PublicEndpoint.withRequestId(String requestId)
A unique identifier that is generated each time the endpoint is updated.
|
PublicEndpoint |
PublicEndpoint.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventsBatch.setEndpoint(PublicEndpoint endpoint)
Endpoint information
|
EventsBatch |
EventsBatch.withEndpoint(PublicEndpoint endpoint)
Endpoint information
|
Copyright © 2018. All rights reserved.