| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointRequest |
EndpointRequest.addAttributesEntry(String key,
List<String> value) |
EndpointRequest |
EndpointRequest.addMetricsEntry(String key,
Double value) |
EndpointRequest |
EndpointRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EndpointRequest |
EndpointRequest.clearMetricsEntries()
Removes all the entries added into Metrics.
|
EndpointRequest |
EndpointRequest.clone() |
EndpointRequest |
UpdateEndpointRequest.getEndpointRequest() |
EndpointRequest |
EndpointRequest.withAddress(String address)
The address or token of the endpoint as provided by your push provider (e.g.
|
EndpointRequest |
EndpointRequest.withAttributes(Map<String,List<String>> attributes)
Custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointRequest |
EndpointRequest.withChannelType(ChannelType channelType)
The channel type.
|
EndpointRequest |
EndpointRequest.withChannelType(String channelType)
The channel type.
|
EndpointRequest |
EndpointRequest.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointRequest |
EndpointRequest.withEffectiveDate(String effectiveDate)
The last time the endpoint was updated.
|
EndpointRequest |
EndpointRequest.withEndpointStatus(String endpointStatus)
The endpoint status.
|
EndpointRequest |
EndpointRequest.withLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointRequest |
EndpointRequest.withMetrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointRequest |
EndpointRequest.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.
|
EndpointRequest |
EndpointRequest.withRequestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointRequest |
EndpointRequest.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointRequest.setEndpointRequest(EndpointRequest endpointRequest) |
UpdateEndpointRequest |
UpdateEndpointRequest.withEndpointRequest(EndpointRequest endpointRequest) |
Copyright © 2018. All rights reserved.