| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointRequest |
EndpointRequest.addAttributesEntry(String key,
List<String> value)
Add a single Attributes entry
|
EndpointRequest |
EndpointRequest.addMetricsEntry(String key,
Double value)
Add a single Metrics entry
|
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 destination address for messages or push notifications that you send to the endpoint.
|
EndpointRequest |
EndpointRequest.withAttributes(Map<String,List<String>> attributes)
One or more custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointRequest |
EndpointRequest.withChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointRequest |
EndpointRequest.withChannelType(String channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointRequest |
EndpointRequest.withDemographic(EndpointDemographic demographic)
The demographic information for the endpoint, such as the time zone and platform.
|
EndpointRequest |
EndpointRequest.withEffectiveDate(String effectiveDate)
The date and time, in ISO 8601 format, when the endpoint is updated.
|
EndpointRequest |
EndpointRequest.withEndpointStatus(String endpointStatus)
Specifies whether to send messages or push notifications to the endpoint.
|
EndpointRequest |
EndpointRequest.withLocation(EndpointLocation location)
The geographic information for the endpoint.
|
EndpointRequest |
EndpointRequest.withMetrics(Map<String,Double> metrics)
One or more custom metrics that your app reports to Amazon Pinpoint for the endpoint.
|
EndpointRequest |
EndpointRequest.withOptOut(String optOut)
Specifies whether the user who's associated with the endpoint has opted out of receiving messages and push
notifications from you.
|
EndpointRequest |
EndpointRequest.withRequestId(String requestId)
The unique identifier for the most recent request to update the endpoint.
|
EndpointRequest |
EndpointRequest.withUser(EndpointUser user)
One or more custom attributes that describe the user who's associated with the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateEndpointRequest.setEndpointRequest(EndpointRequest endpointRequest) |
UpdateEndpointRequest |
UpdateEndpointRequest.withEndpointRequest(EndpointRequest endpointRequest) |
Copyright © 2024. All rights reserved.