| 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 of the endpoint as provided by your push provider.
|
EndpointResponse |
EndpointResponse.withApplicationId(String applicationId)
The ID of the application that is 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 date and time when the endpoint was created, shown in ISO 8601 format.
|
EndpointResponse |
EndpointResponse.withDemographic(EndpointDemographic demographic)
The endpoint demographic attributes.
|
EndpointResponse |
EndpointResponse.withEffectiveDate(String effectiveDate)
The date and time when the endpoint was last updated, shown in ISO 8601 format.
|
EndpointResponse |
EndpointResponse.withEndpointStatus(String endpointStatus)
Unused.
|
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 |
|---|---|
List<EndpointResponse> |
EndpointsResponse.getItem()
The list of endpoints.
|
| 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) |
EndpointsResponse |
EndpointsResponse.withItem(EndpointResponse... item)
The list of endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointsResponse.setItem(Collection<EndpointResponse> item)
The list of endpoints.
|
EndpointsResponse |
EndpointsResponse.withItem(Collection<EndpointResponse> item)
The list of endpoints.
|
Copyright © 2018. All rights reserved.