| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointResponse |
EndpointResponse.addAttributesEntry(String key,
List<String> value) |
EndpointResponse |
EndpointResponse.addMetricsEntry(String key,
Double value) |
EndpointResponse |
EndpointResponse.clearAttributesEntries()
Removes all the entries added into Attributes.
|
EndpointResponse |
EndpointResponse.clearMetricsEntries()
Removes all the entries added into Metrics.
|
EndpointResponse |
EndpointResponse.clone() |
EndpointResponse |
GetEndpointResult.getEndpointResponse() |
EndpointResponse |
DeleteEndpointResult.getEndpointResponse() |
EndpointResponse |
EndpointResponse.withAddress(String address)
The address or token of the endpoint as provided by your push provider (e.g.
|
EndpointResponse |
EndpointResponse.withApplicationId(String applicationId)
The ID of the application associated with the endpoint.
|
EndpointResponse |
EndpointResponse.withAttributes(Map<String,List<String>> attributes)
Custom attributes that describe the endpoint by associating a name with an array of values.
|
EndpointResponse |
EndpointResponse.withChannelType(ChannelType channelType)
The channel type.
|
EndpointResponse |
EndpointResponse.withChannelType(String channelType)
The channel type.
|
EndpointResponse |
EndpointResponse.withCohortId(String cohortId)
A number from 0 - 99 that represents the cohort the endpoint is assigned to.
|
EndpointResponse |
EndpointResponse.withCreationDate(String creationDate)
The last time the endpoint was created.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointResponse |
EndpointResponse.withEffectiveDate(String effectiveDate)
The last time the endpoint was updated.
|
EndpointResponse |
EndpointResponse.withEndpointStatus(String endpointStatus)
The endpoint status.
|
EndpointResponse |
EndpointResponse.withId(String id)
The unique ID that you assigned to the endpoint.
|
EndpointResponse |
EndpointResponse.withLocation(EndpointLocation location)
The endpoint location attributes.
|
EndpointResponse |
EndpointResponse.withMetrics(Map<String,Double> metrics)
Custom metrics that your app reports to Amazon Pinpoint.
|
EndpointResponse |
EndpointResponse.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.
|
EndpointResponse |
EndpointResponse.withRequestId(String requestId)
The unique ID for the most recent request to update the endpoint.
|
EndpointResponse |
EndpointResponse.withUser(EndpointUser user)
Custom user-specific attributes that your app reports to Amazon Pinpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEndpointResult.setEndpointResponse(EndpointResponse endpointResponse) |
void |
DeleteEndpointResult.setEndpointResponse(EndpointResponse endpointResponse) |
GetEndpointResult |
GetEndpointResult.withEndpointResponse(EndpointResponse endpointResponse) |
DeleteEndpointResult |
DeleteEndpointResult.withEndpointResponse(EndpointResponse endpointResponse) |
Copyright © 2018. All rights reserved.