Package | Description |
---|---|
com.amazonaws.services.pinpoint.model |
Modifier and Type | Method and Description |
---|---|
PublicEndpoint |
PublicEndpoint.addAttributesEntry(String key,
List<String> value)
Add a single Attributes entry
|
PublicEndpoint |
PublicEndpoint.addMetricsEntry(String key,
Double value)
Add a single Metrics entry
|
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()
A set of properties and attributes that are associated with the endpoint.
|
PublicEndpoint |
PublicEndpoint.withAddress(String address)
The unique identifier for the recipient, such as a device token, email address, or mobile phone number.
|
PublicEndpoint |
PublicEndpoint.withAttributes(Map<String,List<String>> attributes)
One or more custom attributes that describe the endpoint by associating a name with an array of values.
|
PublicEndpoint |
PublicEndpoint.withChannelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
PublicEndpoint |
PublicEndpoint.withChannelType(String channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
PublicEndpoint |
PublicEndpoint.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
PublicEndpoint |
PublicEndpoint.withEffectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint was last updated.
|
PublicEndpoint |
PublicEndpoint.withEndpointStatus(String endpointStatus)
Specifies whether to send messages or push notifications to the endpoint.
|
PublicEndpoint |
PublicEndpoint.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
PublicEndpoint |
PublicEndpoint.withMetrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
PublicEndpoint |
PublicEndpoint.withOptOut(String optOut)
Specifies whether the user who's associated with the endpoint has opted out of receiving messages and push
notifications from you.
|
PublicEndpoint |
PublicEndpoint.withRequestId(String requestId)
A unique identifier that's generated each time the endpoint is updated.
|
PublicEndpoint |
PublicEndpoint.withUser(EndpointUser user)
One or more custom user attributes that your app reports to Amazon Pinpoint for the user who's associated with
the endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
EventsBatch.setEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
EventsBatch |
EventsBatch.withEndpoint(PublicEndpoint endpoint)
A set of properties and attributes that are associated with the endpoint.
|
Copyright © 2023. All rights reserved.